Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Value

Packages that use Value
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
org.eclipse.emf.mwe2.language.mwe2.util   
org.eclipse.emf.mwe2.language.scoping   
org.eclipse.emf.mwe2.language.ui.hover   
 

Uses of Value in org.eclipse.emf.mwe2.language.mwe2
 

Subinterfaces of Value in org.eclipse.emf.mwe2.language.mwe2
 interface BooleanLiteral
          A representation of the model object 'Boolean Literal'.
 interface Component
          A representation of the model object 'Component'.
 interface Reference
          A representation of the model object 'Reference'.
 interface StringLiteral
          A representation of the model object 'String Literal'.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return Value
 Value DeclaredProperty.getDefault()
          Returns the value of the 'Default' containment reference.
 Value Assignment.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 with parameters of type Value
 void DeclaredProperty.setDefault(Value value)
          Sets the value of the 'Default' containment reference.
 void Assignment.setValue(Value value)
          Sets the value of the 'Value' containment reference.
 

Uses of Value in org.eclipse.emf.mwe2.language.mwe2.impl
 

Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement Value
 class BooleanLiteralImpl
          An implementation of the model object 'Boolean Literal'.
 class BooleanLiteralImplCustom
           
 class ComponentImpl
          An implementation of the model object 'Component'.
 class ComponentImplCustom
           
 class ReferenceImpl
          An implementation of the model object 'Reference'.
 class ReferenceImplCustom
           
 class StringLiteralImpl
          An implementation of the model object 'String Literal'.
 class StringLiteralImplCustom
           
 class ValueImpl
          An implementation of the model object 'Value'.
 

Fields in org.eclipse.emf.mwe2.language.mwe2.impl declared as Value
protected  Value DeclaredPropertyImpl.default_
          The cached value of the 'Default' containment reference.
protected  Value AssignmentImpl.value
          The cached value of the 'Value' containment reference.
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return Value
 Value DeclaredPropertyImpl.getDefault()
           
 Value AssignmentImpl.getValue()
           
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl with parameters of type Value
 org.eclipse.emf.common.notify.NotificationChain DeclaredPropertyImpl.basicSetDefault(Value newDefault, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssignmentImpl.basicSetValue(Value newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DeclaredPropertyImpl.setDefault(Value newDefault)
           
 void AssignmentImpl.setValue(Value newValue)
           
 

Uses of Value in org.eclipse.emf.mwe2.language.mwe2.util
 

Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type Value
 T Mwe2Switch.caseValue(Value object)
          Returns the result of interpreting the object as an instance of 'Value'.
 

Uses of Value in org.eclipse.emf.mwe2.language.scoping
 

Methods in org.eclipse.emf.mwe2.language.scoping with parameters of type Value
protected  boolean Mwe2ScopeProvider.isAllowed(Value value, boolean allowObjects)
           
 

Uses of Value in org.eclipse.emf.mwe2.language.ui.hover
 

Methods in org.eclipse.emf.mwe2.language.ui.hover with parameters of type Value
protected  java.lang.String Mwe2EObjectHoverProvider.getPropertyValue(Value value)