org.apache.openejb.jee.was.v6.ecore
Class EAttribute

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ecore.EObject
      extended by org.apache.openejb.jee.was.v6.ecore.EModelElement
          extended by org.apache.openejb.jee.was.v6.ecore.ENamedElement
              extended by org.apache.openejb.jee.was.v6.ecore.ETypedElement
                  extended by org.apache.openejb.jee.was.v6.ecore.EStructuralFeature
                      extended by org.apache.openejb.jee.was.v6.ecore.EAttribute
Direct Known Subclasses:
CMPAttribute

public class EAttribute
extends EStructuralFeature

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.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean id
           
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EStructuralFeature
changeable, defaultValueLiteral, derived, isTransient, isVolatile, unsettable
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
eClassifierETypes, eType, lowerBound, ordered, unique, upperBound
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
name
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
eAnnotations
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EObject
extensions, href, idref, label, type, uuid, version
 
Constructor Summary
EAttribute()
           
 
Method Summary
 java.lang.Boolean isID()
          Gets the value of the id property.
 void setID(java.lang.Boolean value)
          Sets the value of the id property.
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EStructuralFeature
getDefaultValueLiteral, isChangeable, isDerived, isIsTransient, isIsVolatile, isUnsettable, setChangeable, setDefaultValueLiteral, setDerived, setIsTransient, setIsVolatile, setUnsettable
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
getName, setName
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
getEAnnotations
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EObject
getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.Boolean id
Constructor Detail

EAttribute

public EAttribute()
Method Detail

isID

public java.lang.Boolean isID()
Gets the value of the id property.

Returns:
possible object is Boolean

setID

public void setID(java.lang.Boolean value)
Sets the value of the id property.

Parameters:
value - allowed object is Boolean


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.