Class ENamedElement
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.ecore.EObject
-
- org.apache.openejb.jee.was.v6.ecore.EModelElement
-
- org.apache.openejb.jee.was.v6.ecore.ENamedElement
-
- Direct Known Subclasses:
EClassifier,EEnumLiteral,EPackage,ETypedElement
public class ENamedElement extends EModelElement
Java class for ENamedElement complex type. The following schema fragment specifies the expected content contained within this class.<complexType name="ENamedElement"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}EModelElement"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringname-
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
eAnnotations
-
-
Constructor Summary
Constructors Constructor Description ENamedElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name property.-
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
getEAnnotations
-
-
-
-
Field Detail
-
name
protected String name
-
-