public class EReference extends EStructuralFeature
<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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
containment |
protected java.lang.String |
eOpposite |
protected java.util.List<EReference> |
eReferenceEOpposites |
protected java.lang.Boolean |
resolveProxies |
changeable, defaultValueLiteral, derived, isTransient, isVolatile, unsettable
eClassifierETypes, eType, lowerBound, ordered, unique, upperBound
name
eAnnotations
Constructor and Description |
---|
EReference() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEOpposite()
Gets the value of the eOpposite property.
|
java.util.List<EReference> |
getEReferenceEOpposites()
Gets the value of the eReferenceEOpposites property.
|
java.lang.Boolean |
isContainment()
Gets the value of the containment property.
|
java.lang.Boolean |
isResolveProxies()
Gets the value of the resolveProxies property.
|
void |
setContainment(java.lang.Boolean value)
Sets the value of the containment property.
|
void |
setEOpposite(java.lang.String value)
Sets the value of the eOpposite property.
|
void |
setResolveProxies(java.lang.Boolean value)
Sets the value of the resolveProxies property.
|
getDefaultValueLiteral, isChangeable, isDerived, isIsTransient, isIsVolatile, isUnsettable, setChangeable, setDefaultValueLiteral, setDerived, setIsTransient, setIsVolatile, setUnsettable
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
getName, setName
getEAnnotations
protected java.util.List<EReference> eReferenceEOpposites
protected java.lang.Boolean containment
protected java.lang.String eOpposite
protected java.lang.Boolean resolveProxies
public java.util.List<EReference> getEReferenceEOpposites()
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 java.lang.Boolean isContainment()
Boolean
public void setContainment(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.String getEOpposite()
String
public void setEOpposite(java.lang.String value)
value
- allowed object is String
public java.lang.Boolean isResolveProxies()
Boolean
public void setResolveProxies(java.lang.Boolean value)
value
- allowed object is Boolean