org.eclipse.emf._2002.ecore
Class EAttribute

java.lang.Object
  extended by org.eclipse.emf._2002.ecore.EModelElement
      extended by org.eclipse.emf._2002.ecore.ENamedElement
          extended by org.eclipse.emf._2002.ecore.ETypedElement
              extended by org.eclipse.emf._2002.ecore.EStructuralFeature
                  extended by 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>
 


Field Summary
protected  String eAttributeType
           
protected  String id
           
 
Fields inherited from class org.eclipse.emf._2002.ecore.EStructuralFeature
_transient, _volatile, changeable, defaultValue, defaultValueLiteral, derived, unsettable
 
Fields inherited from class org.eclipse.emf._2002.ecore.ETypedElement
eGenericType, eType, lowerBound, many, ordered, required, unique, upperBound
 
Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement
name
 
Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement
eAnnotations
 
Constructor Summary
EAttribute()
           
 
Method Summary
 String getEAttributeType()
          Gets the value of the eAttributeType property.
 String getID()
          Gets the value of the id property.
 void setEAttributeType(String value)
          Sets the value of the eAttributeType property.
 void setID(String value)
          Sets the value of the id property.
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
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
 
Methods inherited from class org.eclipse.emf._2002.ecore.ENamedElement
getName, setName
 
Methods inherited from class org.eclipse.emf._2002.ecore.EModelElement
getEAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

eAttributeType

protected String eAttributeType
Constructor Detail

EAttribute

public EAttribute()
Method Detail

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.