org.eclipse.emf.ecore.xcore
Interface XReference

All Superinterfaces:
EObject, Notifier, XMember, XModelElement, XNamedElement, XStructuralFeature, XTypedElement
All Known Implementing Classes:
XReferenceImpl

public interface XReference
extends XStructuralFeature

A representation of the model object 'XReference'.

The following features are supported:

See Also:
XcorePackage.getXReference()

Method Summary
 EList<GenFeature> getKeys()
          Returns the value of the 'Keys' reference list.
 GenFeature getOpposite()
          Returns the value of the 'Opposite' reference
 boolean isContainer()
          Returns the value of the 'Container' attribute
 boolean isContainment()
          Returns the value of the 'Containment' attribute
 boolean isLocal()
          Returns the value of the 'Local' attribute
 boolean isResolveProxies()
          Returns the value of the 'Resolve Proxies' attribute
 void setContainer(boolean value)
          Sets the value of the 'Container' attribute
 void setContainment(boolean value)
          Sets the value of the 'Containment' attribute
 void setLocal(boolean value)
          Sets the value of the 'Local' attribute
 void setOpposite(GenFeature value)
          Sets the value of the 'Opposite' reference
 void setResolveProxies(boolean value)
          Sets the value of the 'Resolve Proxies' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XStructuralFeature
getGetBody, getIsSetBody, getSetBody, getUnsetBody, isDerived, isReadonly, isTransient, isUnsettable, isVolatile, setDerived, setGetBody, setIsSetBody, setReadonly, setSetBody, setTransient, setUnsetBody, setUnsettable, setVolatile
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XMember
getContainingClass
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XTypedElement
getMultiplicity, getType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnordered
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XNamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isContainer

boolean isContainer()
Returns the value of the 'Container' attribute.

If the meaning of the 'Container' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container' attribute.
See Also:
setContainer(boolean), XcorePackage.getXReference_Container()

setContainer

void setContainer(boolean value)
Sets the value of the 'Container' attribute.

Parameters:
value - the new value of the 'Container' attribute.
See Also:
isContainer()

isContainment

boolean isContainment()
Returns the value of the 'Containment' attribute.

If the meaning of the 'Containment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Containment' attribute.
See Also:
setContainment(boolean), XcorePackage.getXReference_Containment()

setContainment

void setContainment(boolean value)
Sets the value of the 'Containment' attribute.

Parameters:
value - the new value of the 'Containment' attribute.
See Also:
isContainment()

isResolveProxies

boolean isResolveProxies()
Returns the value of the 'Resolve Proxies' attribute.

If the meaning of the 'Resolve Proxies' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resolve Proxies' attribute.
See Also:
setResolveProxies(boolean), XcorePackage.getXReference_ResolveProxies()

setResolveProxies

void setResolveProxies(boolean value)
Sets the value of the 'Resolve Proxies' attribute.

Parameters:
value - the new value of the 'Resolve Proxies' attribute.
See Also:
isResolveProxies()

isLocal

boolean isLocal()
Returns the value of the 'Local' attribute.

If the meaning of the 'Local' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Local' attribute.
See Also:
setLocal(boolean), XcorePackage.getXReference_Local()

setLocal

void setLocal(boolean value)
Sets the value of the 'Local' attribute.

Parameters:
value - the new value of the 'Local' attribute.
See Also:
isLocal()

getOpposite

GenFeature getOpposite()
Returns the value of the 'Opposite' reference.

If the meaning of the 'Opposite' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Opposite' reference.
See Also:
setOpposite(GenFeature), XcorePackage.getXReference_Opposite()

setOpposite

void setOpposite(GenFeature value)
Sets the value of the 'Opposite' reference.

Parameters:
value - the new value of the 'Opposite' reference.
See Also:
getOpposite()

getKeys

EList<GenFeature> getKeys()
Returns the value of the 'Keys' reference list. The list contents are of type GenFeature.

If the meaning of the 'Keys' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keys' reference list.
See Also:
XcorePackage.getXReference_Keys()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.