| Package | Description |
|---|---|
| com.orchestranetworks.schema |
Represents XML Schema concepts and provides schema extensions capabilities.
|
| com.orchestranetworks.schema.dynamic |
A public API for defining a dynamic schema.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstraintEnumeration<T>
Specifies an enumeration constraint that can be contextual and dynamic.
|
interface |
ConstraintNomenclature
Deprecated.
Since
enumeration constraint
is more appropriate than this interface when there are many values in the enumeration
or when display must be localized. |
| Modifier and Type | Method and Description |
|---|---|
BeanFacet |
BeanElement.addFacetConstraint(Class<? extends Constraint<?>> aConstraintClass)
Adds a programmatic constraint to this element.
|