org.eclipse.emf.facet.efacet
Interface FacetSet


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 FacetSet

A representation of the model object 'Facet Set'.

The following features are supported:

See Also:
EFacetPackage.getFacetSet()
Generated:
Model:
annotation="GenModel documentation='A \"FacetSet\" is the root element of a facet model. It contains a list of \"Facet\".'"

Method Summary
  getCategories()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 EPackage getExtendedEPackage()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
  getFacets()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setExtendedEPackage(EPackage value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 

Method Detail

getFacets

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

Returns the value of the 'Facets' containment reference list. The list contents are of type Facet. It is bidirectional and its opposite is 'Facet Set'.

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

Returns:
the value of the 'Facets' containment reference list.
See Also:
EFacetPackage.getFacetSet_Facets(), Facet.getFacetSet()
Generated:
Model:
opposite="facetSet" containment="true"

getCategories

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

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

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

Returns:
the value of the 'Categories' containment reference list.
See Also:
EFacetPackage.getFacetSet_Categories()
Generated:
Model:
containment="true"

getExtendedEPackage

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

Returns the value of the 'Extended EPackage' reference.

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

Returns:
the value of the 'Extended EPackage' reference.
See Also:
setExtendedEPackage(EPackage), EFacetPackage.getFacetSet_ExtendedEPackage()
Generated:
Model:
required="true"

setExtendedEPackage

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

Sets the value of the 'Extended EPackage' reference.

Parameters:
value - the new value of the 'Extended EPackage' reference.
See Also:
getExtendedEPackage()
Generated: