Class ETypedElement
- 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
-
- org.apache.openejb.jee.was.v6.ecore.ETypedElement
-
- Direct Known Subclasses:
EOperation,EParameter,EStructuralFeature,Field
public class ETypedElement extends ENamedElement
Java class for ETypedElement complex type. The following schema fragment specifies the expected content contained within this class.<complexType name="ETypedElement"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eType" type="{http://www.eclipse.org/emf/2002/Ecore}EClassifier"/> </choice> <attribute name="eType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ordered" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="upperBound" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EClassifier>eClassifierETypesprotected StringeTypeprotected IntegerlowerBoundprotected Booleanorderedprotected Booleanuniqueprotected IntegerupperBound-
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
-
-
Constructor Summary
Constructors Constructor Description ETypedElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EClassifier>getEClassifierETypes()Gets the value of the eClassifierETypes property.StringgetEType()Gets the value of the eType property.IntegergetLowerBound()Gets the value of the lowerBound property.IntegergetUpperBound()Gets the value of the upperBound property.BooleanisOrdered()Gets the value of the ordered property.BooleanisUnique()Gets the value of the unique property.voidsetEType(String value)Sets the value of the eType property.voidsetLowerBound(Integer value)Sets the value of the lowerBound property.voidsetOrdered(Boolean value)Sets the value of the ordered property.voidsetUnique(Boolean value)Sets the value of the unique property.voidsetUpperBound(Integer value)Sets the value of the upperBound property.-
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
-
-
-
-
Method Detail
-
getEClassifierETypes
public List<EClassifier> getEClassifierETypes()
Gets the value of the eClassifierETypes property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the eClassifierETypes property. For example, to add a new item, do as follows:getEClassifierETypes().add(newItem);
Objects of the following type(s) are allowed in the listEClassifier
-
getEType
public String getEType()
Gets the value of the eType property.- Returns:
- possible object is
String
-
setEType
public void setEType(String value)
Sets the value of the eType property.- Parameters:
value- allowed object isString
-
getLowerBound
public Integer getLowerBound()
Gets the value of the lowerBound property.- Returns:
- possible object is
Integer
-
setLowerBound
public void setLowerBound(Integer value)
Sets the value of the lowerBound property.- Parameters:
value- allowed object isInteger
-
isOrdered
public Boolean isOrdered()
Gets the value of the ordered property.- Returns:
- possible object is
Boolean
-
setOrdered
public void setOrdered(Boolean value)
Sets the value of the ordered property.- Parameters:
value- allowed object isBoolean
-
isUnique
public Boolean isUnique()
Gets the value of the unique property.- Returns:
- possible object is
Boolean
-
setUnique
public void setUnique(Boolean value)
Sets the value of the unique property.- Parameters:
value- allowed object isBoolean
-
getUpperBound
public Integer getUpperBound()
Gets the value of the upperBound property.- Returns:
- possible object is
Integer
-
-