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

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ActivityDefinition, ClientProcessDefinition, DataFieldDefinition, ParticipantDefinition, ProcessDefinition, ProcessElement, ProcessFullDefinition, TransitionDefinition
All Known Implementing Classes:
ActivityDefinitionImpl, DataFieldDefinitionImpl, NamedElementImpl, ParticipantDefinitionImpl, ProcessDefinitionImpl, ProcessElementImpl, TransitionDefinitionImpl

public interface NamedElement
extends java.io.Serializable


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

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.