Uses of Interface
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetElement

Packages that use FacetElement
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet   
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration   
 

Uses of FacetElement in org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet
 

Subinterfaces of FacetElement in org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet
 interface DerivedTypedElement
          A representation of the model object 'Derived Typed Element'.
 interface FacetAttribute
          A representation of the model object 'Facet Attribute'.
 interface FacetOperation
          A representation of the model object 'Facet Operation'.
 interface FacetReference
          A representation of the model object 'Facet Reference'.
 

Uses of FacetElement in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration
 

Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration that return FacetElement
 FacetElement TableConfiguration.getCanBePresentedInTheTable()
          Returns the value of the 'Can Be Presented In The Table' reference.
 

Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration with parameters of type FacetElement
 void TableConfiguration.setCanBePresentedInTheTable(FacetElement value)
          Sets the value of the 'Can Be Presented In The Table' reference.