org.eclipse.gmt.modisco.infra.facet
Interface FacetStructuralFeature

All Known Subinterfaces:
FacetAttribute, FacetReference

public interface FacetStructuralFeature

A representation of the model object 'Structural Feature'.

The following features are supported:

See Also:
FacetPackage.getFacetStructuralFeature()
Generated:
Model:
abstract="true"

Method Summary
 ModelQuery getValueQuery()
          Returns the value of the 'Value Query' reference.
 void setValueQuery(ModelQuery value)
          Sets the value of the 'Value Query' reference.
 

Method Detail

getValueQuery

ModelQuery getValueQuery()
Returns the value of the 'Value Query' reference.

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

Returns:
the value of the 'Value Query' reference.
See Also:
setValueQuery(ModelQuery), FacetPackage.getFacetStructuralFeature_ValueQuery()
Generated:
Model:
required="true"

setValueQuery

void setValueQuery(ModelQuery value)
Sets the value of the 'Value Query' reference.

Parameters:
value - the new value of the 'Value Query' reference.
See Also:
getValueQuery()
Generated: