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

All Superinterfaces:
Record, java.io.Serializable
All Known Subinterfaces:
ActivityDef, ActivitySetDef, ApplicationDef, DataFieldDef, PackageDef, PackageFullDef, ParticipantDef, ProcessDef, ProcessDefinitionRecord, ProcessFullDef, TransitionDef

public interface DefinitionRecord
extends Record


Method Summary
 java.lang.String getName()
          Each major element is defined with an Name attribute into the xpdl file.
 
Methods inherited from interface org.ow2.bonita.facade.Record
getDeploymentId, getId, getPackageId
 

Method Detail

getName

java.lang.String getName()
Each major element is defined with an Name attribute into the xpdl file.

Returns:
the value of the Name attribute for this element definition