org.ow2.bonita.facade.def.dataType
Interface DataTypeDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataTypeDefinitionImpl

public interface DataTypeDefinition
extends java.io.Serializable

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

getType

DataTypeDefinition.Type getType()
Returns the data type of the dataField.


getValue

DataTypeValue getValue()
Returns a DataTypeValue interface.



Copyright © 2009 OW2 Consortium. All Rights Reserved.