org.eclipse.emf.facet.efacet
Interface TypedElementRef

All Superinterfaces:
Query

public interface TypedElementRef
extends Query

A representation of the model object 'Typed Element Ref'. This query can result in content of another attribute, reference or operation.

The following features are supported:

See Also:
EFacetPackage.getTypedElementRef()
Generated:
Model:

Method Summary
 ETypedElement getTypedElement()
          Returns the value of the 'Typed Element' reference.
 void setTypedElement(ETypedElement value)
          Sets the value of the 'Typed Element' reference.
 
Methods inherited from interface org.eclipse.emf.facet.efacet.Query
getParameters, getScope, isCanBeCached, isHasSideEffect, setCanBeCached, setHasSideEffect, setScope
 

Method Detail

getTypedElement

ETypedElement getTypedElement()
Returns the value of the 'Typed Element' reference.

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

Returns:
the value of the 'Typed Element' reference.
See Also:
setTypedElement(ETypedElement), EFacetPackage.getTypedElementRef_TypedElement()
Generated:
Model:
required="true"

setTypedElement

void setTypedElement(ETypedElement value)
Sets the value of the 'Typed Element' reference.

Parameters:
value - the new value of the 'Typed Element' reference.
See Also:
getTypedElement()
Generated: