Package wt.introspection
Enum Class DataType
- All Implemented Interfaces:
Serializable,Comparable<DataType>,Constable
Indicates the type of data stored by a Persistable class.
The primary distinction is between business domain data (user data) and internal system data (admin data).
Supported API: true
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates that instances of this class are administrative data, maintained and owned by PTC.Indicates that this class has not been specified as any particular data type.Indicates that instances of this class are maintained and owned by users.Indicates that instances of this class are administrative data, but they can be maintained by users. -
Method Summary
-
Enum Constant Details
-
DEFAULT
Indicates that this class has not been specified as any particular data type.Supported API: true
-
ADMIN
Indicates that instances of this class are administrative data, maintained and owned by PTC. This is largely internal data, with which the user does not directly interact.Supported API: true
-
USER_ADMIN
Indicates that instances of this class are administrative data, but they can be maintained by users.Supported API: true
-
USER
Indicates that instances of this class are maintained and owned by users.Supported API: true
-