java.lang.Object | |
↳ | com.opensymphony.module.propertyset.PropertySchema |
Describes the meta data for a given property. The meta data for a property includes its type as well as any verifiers that constrain it. todo: add multiplicity?
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns unmodifiable List of verifiers.
| |||||||||||
Validate a given value against all verifiers.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Validate a given value against all verifiers. Default behaviour is to AND all verifiers.
PropertyException |
---|