org.eclipse.emf.facet.efacet
Interface OppositeReference

All Superinterfaces:
FacetElement

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()
          Returns the value of the 'FOpposite' reference.
 void setFOpposite(EReference value)
          Sets the value of the 'FOpposite' reference.
 
Methods inherited from interface org.eclipse.emf.facet.efacet.FacetElement
getCategories, getFacet, getOverride, setFacet, setOverride
 

Method Detail

getFOpposite

EReference getFOpposite()
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

void setFOpposite(EReference value)
Sets the value of the 'FOpposite' reference.

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