org.eclipse.emf.facet.efacet
Interface FacetElement

All Known Subinterfaces:
FacetAttribute, FacetOperation, FacetReference, OppositeReference, QueryFacetElement

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 FacetElement

A representation of the model object 'Facet Element'. A facet element is owned by a facet. It can be a facet reference, a facet attribute or a facet operation.

The following features are supported:

See Also:
EFacetPackage.getFacetElement()
Generated:
Model:
abstract="true"

Method Summary
  getCategories()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 Facet getFacet()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 ETypedElement getOverride()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setFacet(Facet value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setOverride(ETypedElement value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 

Method Detail

getCategories

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

Returns the value of the 'Categories' reference list. The list contents are of type Category.

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

Returns:
the value of the 'Categories' reference list.
See Also:
EFacetPackage.getFacetElement_Categories()
Generated:
Model:

getFacet

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

Returns the value of the 'Facet' container reference. It is bidirectional and its opposite is 'Facet Elements'.

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

Returns:
the value of the 'Facet' container reference.
See Also:
setFacet(Facet), EFacetPackage.getFacetElement_Facet(), Facet.getFacetElements()
Generated:
Model:
opposite="facetElements" required="true" transient="false"

setFacet

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

Sets the value of the 'Facet' container reference.

Parameters:
value - the new value of the 'Facet' container reference.
See Also:
getFacet()
Generated:

getOverride

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

Returns the value of the 'Override' reference.

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

Returns:
the value of the 'Override' reference.
See Also:
setOverride(ETypedElement), EFacetPackage.getFacetElement_Override()
Generated:
Model:

setOverride

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

Sets the value of the 'Override' reference.

Parameters:
value - the new value of the 'Override' reference.
See Also:
getOverride()
Generated: