org.ow2.bonita.facade.def.majorElement
Interface DataFieldDef

All Superinterfaces:
DefinitionRecord, ProcessDefinitionRecord, java.io.Serializable

public interface DataFieldDef
extends ProcessDefinitionRecord, java.io.Serializable


Method Summary
 java.lang.String getDataFieldId()
           
 DataTypeDef getDataType()
          Returns the org.ow2.bonita.facade.def.dataType interface.
 java.lang.String getDescription()
          Returns the description of the dataField.
 java.lang.String getInitialValue()
          Returns the initial value of tthe dataField.
 java.lang.String getLength()
          Returns the length of the data.
 org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID getUUID()
           
 boolean isActivityDataField()
          Indicates if it is an activity dataField.
 boolean isArray()
          Indicates if it is an array
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord
getProcessDefinitionUUID
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
getName, getPackageDefinitionUUID
 

Method Detail

getUUID

org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID getUUID()

getDataFieldId

java.lang.String getDataFieldId()

getDataType

DataTypeDef getDataType()
Returns the org.ow2.bonita.facade.def.dataType interface.


getInitialValue

java.lang.String getInitialValue()
Returns the initial value of tthe dataField.


getLength

java.lang.String getLength()
Returns the length of the data.


getDescription

java.lang.String getDescription()
Returns the description of the dataField.


isArray

boolean isArray()
Indicates if it is an array


isActivityDataField

boolean isActivityDataField()
Indicates if it is an activity dataField.