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

All Superinterfaces:
java.io.Serializable

public interface DataTypeDef
extends java.io.Serializable


Nested Class Summary
static class DataTypeDef.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
 DataTypeDef.Type getType()
          Returns the data type of the dataField.
 DataTypeValue getValue()
          Returns a DataTypeValue interface.
 

Method Detail

getType

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


getValue

DataTypeValue getValue()
Returns a DataTypeValue interface.