org.eclipse.emf.facet.efacet
Interface OppositeReference

All Superinterfaces:
FacetElement

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 OppositeReference
extends FacetElement

A representation of the model object 'Opposite Reference'. This is a virtual opposite reference of an existing reference.

The following features are supported:

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

Method Summary
 EReference getFOpposite()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setFOpposite(EReference value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 
Methods inherited from interface org.eclipse.emf.facet.efacet.FacetElement
getCategories, getFacet, getOverride, setFacet, setOverride
 

Method Detail

getFOpposite

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

Returns the value of the 'FOpposite' reference.

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

Returns:
the value of the 'FOpposite' reference.
See Also:
setFOpposite(EReference), EFacetPackage.getOppositeReference_FOpposite()
Generated:
Model:

setFOpposite

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

Sets the value of the 'FOpposite' reference.

Parameters:
value - the new value of the 'FOpposite' reference.
See Also:
getFOpposite()
Generated: