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

All Superinterfaces:
java.io.Serializable

public interface DataTypeDefinition
extends java.io.Serializable

XPDL Data Type definition.


Nested Class Summary
static class DataTypeDefinition.Type
          XPDL Data Type definition.
 
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.