|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
org.eclipse.emf._2002.ecore.ETypedElement
org.eclipse.emf._2002.ecore.EStructuralFeature
org.eclipse.emf._2002.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">
<attribute name="containment" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="container" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="resolveProxies" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" default="true" />
<attribute name="eOpposite" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="eReferenceType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="eKeys">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}anyURI" />
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
container
|
protected String |
containment
|
protected List<String> |
eKeys
|
protected String |
eOpposite
|
protected String |
eReferenceType
|
protected String |
resolveProxies
|
| 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 | |
|---|---|
EReference()
|
|
| Method Summary | |
|---|---|
String |
getContainer()
Gets the value of the container property. |
String |
getContainment()
Gets the value of the containment property. |
List<String> |
getEKeys()
Gets the value of the eKeys property. |
String |
getEOpposite()
Gets the value of the eOpposite property. |
String |
getEReferenceType()
Gets the value of the eReferenceType property. |
String |
getResolveProxies()
Gets the value of the resolveProxies property. |
void |
setContainer(String value)
Sets the value of the container property. |
void |
setContainment(String value)
Sets the value of the containment property. |
void |
setEOpposite(String value)
Sets the value of the eOpposite property. |
void |
setEReferenceType(String value)
Sets the value of the eReferenceType property. |
void |
setResolveProxies(String value)
Sets the value of the resolveProxies 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 |
|---|
protected String containment
protected String container
protected String resolveProxies
protected String eOpposite
protected String eReferenceType
protected List<String> eKeys
| Constructor Detail |
|---|
public EReference()
| Method Detail |
|---|
public String getContainment()
Stringpublic void setContainment(String value)
value - allowed object is
Stringpublic String getContainer()
Stringpublic void setContainer(String value)
value - allowed object is
Stringpublic String getResolveProxies()
Stringpublic void setResolveProxies(String value)
value - allowed object is
Stringpublic String getEOpposite()
Stringpublic void setEOpposite(String value)
value - allowed object is
Stringpublic String getEReferenceType()
Stringpublic void setEReferenceType(String value)
value - allowed object is
Stringpublic List<String> getEKeys()
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 eKeys property.
For example, to add a new item, do as follows:
getEKeys().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class EStructuralFeaturepublic String toString()
toString in class EStructuralFeature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||