| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Nested Class Summary | |
| static class | Facet.Type | 
| Field Summary | |
| static Facet.Type | ENUMERATIONThe facet type enumeration. | 
| static Facet.Type | FRACTION_DIGITSThe facet type fractionDigits. | 
| static Facet.Type | LENGTHThe facet type length. | 
| static Facet.Type | MAX_EXCLUSIVEThe facet type maxExclusive. | 
| static Facet.Type | MAX_INCLUSIVEThe facet type maxInclusive. | 
| static Facet.Type | MAX_LENGTHThe facet type maxLength. | 
| static Facet.Type | MIN_EXCLUSIVEThe facet type minExclusive. | 
| static Facet.Type | MIN_INCLUSIVEThe facet type minInclusive. | 
| static Facet.Type | MIN_LENGTHThe facet type minLength. | 
| static Facet.Type | PATTERNThe facet type pattern. | 
| static Facet.Type | TOTAL_DIGITSThe facet type totalDigits. | 
| Method Summary | |
|  long | getNumValue()If the facet has the types FRACTION_DIGITSorTOTAL_DIGITS:
 Returns the facet value. | 
|  Facet.Type | getType()Returns the facet type. | 
|  java.lang.String | getValue()If the facet has the types MAX_EXCLUSIVE,MIN_EXCLUSIVE,MAX_INCLUSIVE, orMIN_INCLUSIVE: Returns the facet value. | 
|  java.lang.String[] | getValues()If the facet has the types ENUMERATIONorPATTERN:
 Used to fetch the possible values. | 
| Field Detail | 
public static final Facet.Type ENUMERATION
The facet type enumeration. Use the method getValues()
 to query for the values.
public static final Facet.Type FRACTION_DIGITS
The facet type fractionDigits. Use the method getNumValue()
 to query for the values.
public static final Facet.Type LENGTH
The facet type length. Use the method getNumValue()
 to query for the values.
public static final Facet.Type MAX_LENGTH
The facet type maxLength. Use the method getNumValue()
 to query for the values.
public static final Facet.Type MAX_EXCLUSIVE
The facet type maxExclusive. Use the method getValue() to
 query for the value.
public static final Facet.Type MAX_INCLUSIVE
The facet type maxInclusive. Use the method getValue() to
 query for the value.
public static final Facet.Type MIN_LENGTH
The facet type minLength. Use the method getNumValue()
 to query for the values.
public static final Facet.Type MIN_EXCLUSIVE
The facet type minExclusive. Use the method getValue() to
 query for the value.
public static final Facet.Type MIN_INCLUSIVE
The facet type minInclusive. Use the method getValue() to
 query for the value.
public static final Facet.Type PATTERN
The facet type pattern. Use the method getValues()
 to query for the values.
public static final Facet.Type TOTAL_DIGITS
The facet type totalDigits. Use the method getNumValue()
 to query for the values.
| Method Detail | 
public Facet.Type getType()
Returns the facet type.
public java.lang.String[] getValues()
If the facet has the types ENUMERATION or PATTERN:
 Used to fetch the possible values.
public java.lang.String getValue()
If the facet has the types MAX_EXCLUSIVE, MIN_EXCLUSIVE,
 MAX_INCLUSIVE, or MIN_INCLUSIVE: Returns the facet value.
public long getNumValue()
If the facet has the types FRACTION_DIGITS or TOTAL_DIGITS:
 Returns the facet value.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||