Uses of Interface
org.eclipse.gmt.modisco.infra.browser.custom.FeatureValue

Packages that use FeatureValue
org.eclipse.gmt.modisco.infra.browser.custom   
org.eclipse.gmt.modisco.infra.browser.custom.emf.util   
 

Uses of FeatureValue in org.eclipse.gmt.modisco.infra.browser.custom
 

Subinterfaces of FeatureValue in org.eclipse.gmt.modisco.infra.browser.custom
 interface DerivedFeatureValue
          A representation of the model object 'Derived Feature Value'.
 interface StaticFeatureValue
          A representation of the model object 'Static Feature Value'.
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom that return FeatureValue
 FeatureValue CustomViewFeature.getDefaultValue()
          Returns the value of the 'Default Value' containment reference.
 FeatureValue FeatureValueCase.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom with parameters of type FeatureValue
 void CustomViewFeature.setDefaultValue(FeatureValue value)
          Sets the value of the 'Default Value' containment reference.
 void FeatureValueCase.setValue(FeatureValue value)
          Sets the value of the 'Value' containment reference.
 

Uses of FeatureValue in org.eclipse.gmt.modisco.infra.browser.custom.emf.util
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom.emf.util with parameters of type FeatureValue
 T UicustomSwitch.caseFeatureValue(FeatureValue object)
          Returns the result of interpreting the object as an instance of 'Feature Value'.