org.eclipse.emf._2002.ecore
Class EAttribute
java.lang.Object
org.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
org.eclipse.emf._2002.ecore.ETypedElement
org.eclipse.emf._2002.ecore.EStructuralFeature
org.eclipse.emf._2002.ecore.EAttribute
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString
public class EAttribute
- extends EStructuralFeature
- implements org.jvnet.jaxb2_commons.lang.ToString
Java class for EAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EAttribute">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}EStructuralFeature">
<attribute name="iD" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="eAttributeType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class org.eclipse.emf._2002.ecore.EStructuralFeature |
getChangeable, getDefaultValue, getDefaultValueLiteral, getDerived, getTransient, getUnsettable, getVolatile, setChangeable, setDefaultValue, setDefaultValueLiteral, setDerived, setTransient, setUnsettable, setVolatile |
| Methods inherited from class org.eclipse.emf._2002.ecore.ETypedElement |
getEGenericType, getEType, getLowerBound, getMany, getOrdered, getRequired, getUnique, getUpperBound, setEGenericType, setEType, setLowerBound, setMany, setOrdered, setRequired, setUnique, setUpperBound |
id
protected String id
eAttributeType
protected String eAttributeType
EAttribute
public EAttribute()
getID
public String getID()
- Gets the value of the id property.
- Returns:
- possible object is
String
setID
public void setID(String value)
- Sets the value of the id property.
- Parameters:
value - allowed object is
String
getEAttributeType
public String getEAttributeType()
- Gets the value of the eAttributeType property.
- Returns:
- possible object is
String
setEAttributeType
public void setEAttributeType(String value)
- Sets the value of the eAttributeType property.
- Parameters:
value - allowed object is
String
toString
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
- Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
toString in class EStructuralFeature
toString
public String toString()
- Overrides:
toString in class EStructuralFeature
Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.