|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EReference
A representation of the model object 'EReference'.
The following features are supported:
EcorePackage.getEReference()
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EStructuralFeature |
---|
EStructuralFeature.Internal, EStructuralFeature.Setting |
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY |
Method Summary | |
---|---|
EList<EAttribute> |
getEKeys()
Returns the value of the 'EKeys' reference list. |
EReference |
getEOpposite()
Returns the value of the 'EOpposite' reference |
EClass |
getEReferenceType()
Returns the value of the 'EReference Type' reference |
boolean |
isContainer()
Returns the value of the 'Container' attribute |
boolean |
isContainment()
Returns the value of the 'Containment' attribute |
boolean |
isResolveProxies()
Returns the value of the 'Resolve Proxies' attribute. |
void |
setContainment(boolean value)
Sets the value of the ' Containment ' attribute |
void |
setEOpposite(EReference value)
Sets the value of the ' EOpposite ' reference |
void |
setResolveProxies(boolean value)
Sets the value of the ' Resolve Proxies ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EStructuralFeature |
---|
getContainerClass, getDefaultValue, getDefaultValueLiteral, getEContainingClass, getFeatureID, isChangeable, isDerived, isTransient, isUnsettable, isVolatile, setChangeable, setDefaultValue, setDefaultValueLiteral, setDerived, setTransient, setUnsettable, setVolatile |
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isContainment()
setContainment(boolean)
,
EcorePackage.getEReference_Containment()
void setContainment(boolean value)
Containment
' attribute.
value
- the new value of the 'Containment' attribute.isContainment()
boolean isContainer()
A reference is a container if it has an opposite
that is a containment
.
EcorePackage.getEReference_Container()
boolean isResolveProxies()
"true"
.
It represents whether proxies
will be automatically resolved.
setResolveProxies(boolean)
,
EcorePackage.getEReference_ResolveProxies()
void setResolveProxies(boolean value)
Resolve Proxies
' attribute.
value
- the new value of the 'Resolve Proxies' attribute.isResolveProxies()
EReference getEOpposite()
It represent the other end of a bidirectional relation.
setEOpposite(EReference)
,
EcorePackage.getEReference_EOpposite()
void setEOpposite(EReference value)
EOpposite
' reference.
value
- the new value of the 'EOpposite' reference.getEOpposite()
EClass getEReferenceType()
The type
of a reference must always be a class; this method provides access to it.
EcorePackage.getEReference_EReferenceType()
EList<EAttribute> getEKeys()
EAttribute
.
This represents a subset of the attributes on the referenced type that uniquely identify an instance within this reference.
EcorePackage.getEReference_EKeys()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |