org.xins.common.types |
XINS type classes.
Note: The classes in this package are considered internal to XINS and
should not be accessed directly.
@since XINS 1.0.0
|
Java Source File Name | Type | Comment |
EnumItem.java | Class | Item in an enumeration type. |
EnumType.java | Class | Abstract base class for enumeration types. |
ItemList.java | Class | Item in a list or a set type. |
List.java | Class | Abstract base class for list types. |
PatternCompileException.java | Class | Exception thrown to indicate a pattern string could not be compiled. |
PatternType.java | Class | Abstract base class for pattern types. |
Type.java | Class | Value type. |
TypeValueException.java | Class | Exception thrown to indicate a value is invalid for a certain type. |