|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.attr.DataType
DataType provides facilities for creating and validating
attribute-based data types.
| Field Summary | |
static String |
BOOLEAN
The standard Boolean data type identifier |
static String |
NAMESPACE_PREFIX
The standard attribute category namespace prefix. |
static String |
STRING
The standard String data type identifier |
| Method Summary | |
static URI |
createURI(String id)
Create a new DataType URI. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String NAMESPACE_PREFIX
public static final String STRING
public static final String BOOLEAN
| Method Detail |
public static URI createURI(String id)
throws InvalidDataTypeException
id - a string representation of the URI.
URISyntaxException - if the identifier is not a valid URI.
InvalidDataTypeException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||