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

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ActivityDefinition, ActivitySetDefinition, ApplicationDefinition, DataFieldDefinition, PackageDefinition, PackageFullDefinition, ParticipantDefinition, ProcessDefinition, ProcessDefinitionRecord, ProcessFullDefinition, TransitionDefinition

public interface DefinitionRecord
extends java.io.Serializable


Method Summary
 java.lang.String getName()
          Each major element is defined with a Name attribute into the xpdl file.
 PackageDefinitionUUID getPackageDefinitionUUID()
           
 

Method Detail

getName

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

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

getPackageDefinitionUUID

PackageDefinitionUUID getPackageDefinitionUUID()