com.thaiopensource.validate
Class AbstractSchema
java.lang.Object
  |
  +--com.thaiopensource.validate.AbstractSchema
- All Implemented Interfaces: 
- Schema
- public abstract class AbstractSchema- extends Object- implements Schema
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AbstractSchema
public AbstractSchema()
AbstractSchema
public AbstractSchema(PropertyMap properties)
AbstractSchema
public AbstractSchema(PropertyMap properties,
                      PropertyId[] supportedPropertyIds)
getProperties
public PropertyMap getProperties()
- 
- Specified by:
- getPropertiesin interface- Schema
 
- 
 
filterProperties
public static PropertyMap filterProperties(PropertyMap properties,
                                           PropertyId[] supportedPropertyIds)
- 
 
-