|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a collection of facets. It contains methods that allow the facets for a simple type to be retrieved individually or collectively, with or without the facets inherited from the base type. The concrete implementation is in the schema-aware product.
Method Summary | |
Facet |
getFacet(java.lang.String name)
Returns the first facet associated with the given name, defined either on this type or on a type from which it is derived |
java.util.Iterator |
getFacets()
Returns an Iterator over all the Facets (including inherited facets) for this type. |
java.util.Iterator |
getFacets(java.lang.String name)
Return all the facets having the given name |
Method Detail |
public Facet getFacet(java.lang.String name)
public java.util.Iterator getFacets(java.lang.String name)
name
- the required facet name, for example "totalDigits" or "maxInclusive"
Facet
.public java.util.Iterator getFacets()
Facet
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |