|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
org.apache.openejb.jee.was.v6.ecore.EStructuralFeature
org.apache.openejb.jee.was.v6.ecore.EReference
public class EReference
Java class for EReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EReference">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}EStructuralFeature">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="eOpposite" type="{http://www.eclipse.org/emf/2002/Ecore}EReference"/>
</choice>
<attribute name="containment" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="eOpposite" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resolveProxies" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
containment
|
protected String |
eOpposite
|
protected List<EReference> |
eReferenceEOpposites
|
protected Boolean |
resolveProxies
|
| 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, id, idref, label, type, uuid, version |
| Constructor Summary | |
|---|---|
EReference()
|
|
| Method Summary | |
|---|---|
String |
getEOpposite()
Gets the value of the eOpposite property. |
List<EReference> |
getEReferenceEOpposites()
Gets the value of the eReferenceEOpposites property. |
Boolean |
isContainment()
Gets the value of the containment property. |
Boolean |
isResolveProxies()
Gets the value of the resolveProxies property. |
void |
setContainment(Boolean value)
Sets the value of the containment property. |
void |
setEOpposite(String value)
Sets the value of the eOpposite property. |
void |
setResolveProxies(Boolean value)
Sets the value of the resolveProxies 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 |
|---|
protected List<EReference> eReferenceEOpposites
protected Boolean containment
protected String eOpposite
protected Boolean resolveProxies
| Constructor Detail |
|---|
public EReference()
| Method Detail |
|---|
public List<EReference> getEReferenceEOpposites()
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 a
set method for the eReferenceEOpposites property.
For example, to add a new item, do as follows:
getEReferenceEOpposites().add(newItem);
Objects of the following type(s) are allowed in the list
EReference
public Boolean isContainment()
Booleanpublic void setContainment(Boolean value)
value - allowed object is Booleanpublic String getEOpposite()
Stringpublic void setEOpposite(String value)
value - allowed object is Stringpublic Boolean isResolveProxies()
Booleanpublic void setResolveProxies(Boolean value)
value - allowed object is Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||