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

All Superinterfaces:
java.io.Serializable

public interface DataTypeDefinition
extends java.io.Serializable


Nested Class Summary
static class DataTypeDefinition.Type
          See section 7.13 of XPDL V1 Specification Array Type: A fixed size set of data all of the same data type (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.