Uses of Interface
org.eclipse.emf.facet.efacet.FacetAttribute

Packages that use FacetAttribute
org.eclipse.emf.facet.efacet   
org.eclipse.emf.facet.efacet.core   
 

Uses of FacetAttribute in org.eclipse.emf.facet.efacet
 

Methods in org.eclipse.emf.facet.efacet that return FacetAttribute
 FacetAttribute EFacetFactory.createFacetAttribute()
          Returns a new object of class 'Facet Attribute'.
 

Uses of FacetAttribute in org.eclipse.emf.facet.efacet.core
 

Methods in org.eclipse.emf.facet.efacet.core with parameters of type FacetAttribute
 void IFacetAction.addAttributeInFacet(Facet facet, FacetAttribute facetAttribute, EditingDomain editingDomain)