|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataTypeDefinition
XPDL Data Type definition.
Nested Class Summary | |
---|---|
static class |
DataTypeDefinition.Type
XPDL Data Type definition. Only BasicType and EnumerationType are supported. See section 7.13 of XPDL V1 Specification Array Type: A fixed size set of data all of the same data type (deprecated). Basic Type: A simple type: STRING, INTEGER, FLOAT, DATETIME, REFERENCE, BOOLEAN, or PERFORMER. Declared Type: A reference to a data type declared in a TypeDeclaration element. Enumeration Type: A set of legal values of a variable or parameter (deprecated). ExternalReference: A reference to a type defined in an external document. List Type: An unbounded set of data all of the same data type (deprecated). Record Type: A set of members that may be of different types (deprecated). SchemaType: A data type defined using an XML schema. Union Type: A set of members only one of which will be used for an instance of the data (deprecated). |
Method Summary | |
---|---|
DataTypeDefinition.Type |
getType()
Returns the data type of the dataField. |
DataTypeValue |
getValue()
Returns a DataTypeValue interface. |
Method Detail |
---|
DataTypeDefinition.Type getType()
data type
of the dataField.
DataTypeValue getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |