Schema
CombineSchema
public abstract class AbstractSchema extends java.lang.Object implements Schema
Constructor | Description |
---|---|
AbstractSchema() |
|
AbstractSchema(PropertyMap properties) |
|
AbstractSchema(PropertyMap properties,
PropertyId<?>[] supportedPropertyIds) |
Modifier and Type | Method | Description |
---|---|---|
static PropertyMap |
filterProperties(PropertyMap properties,
PropertyId<?>[] supportedPropertyIds) |
|
PropertyMap |
getProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createValidator
public AbstractSchema()
public AbstractSchema(PropertyMap properties)
public AbstractSchema(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)
public PropertyMap getProperties()
getProperties
in interface Schema
public static PropertyMap filterProperties(PropertyMap properties, PropertyId<?>[] supportedPropertyIds)