org.ow2.bonita.facade.def.majorElement.impl
Class NamedElementImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
All Implemented Interfaces:
java.io.Serializable, NamedElement
Direct Known Subclasses:
ProcessDefinitionImpl, ProcessElementImpl

public abstract class NamedElementImpl
extends java.lang.Object
implements NamedElement

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
 
Constructor Summary
protected NamedElementImpl()
           
protected NamedElementImpl(NamedElement src)
           
protected NamedElementImpl(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Each major element is defined with a Name attribute into the xpdl file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

NamedElementImpl

protected NamedElementImpl()

NamedElementImpl

protected NamedElementImpl(java.lang.String name)

NamedElementImpl

protected NamedElementImpl(NamedElement src)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedElement
Each major element is defined with a Name attribute into the xpdl file.

Specified by:
getName in interface NamedElement
Returns:
the value of the Name attribute for this element definition


Copyright © 2009 OW2 Consortium. All Rights Reserved.