org.eclipse.emf.facet.efacet
Interface TypedElementRef

All Superinterfaces:
Query

Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
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()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setTypedElement(ETypedElement value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 
Methods inherited from interface org.eclipse.emf.facet.efacet.Query
getParameters, getScope, isCanBeCached, isHasSideEffect, setCanBeCached, setHasSideEffect, setScope
 

Method Detail

getTypedElement

@Deprecated
ETypedElement getTypedElement()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

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

@Deprecated
void setTypedElement(ETypedElement value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Typed Element' reference.

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