Runtime

Uses of Interface
org.eclipse.gmf.runtime.notation.PropertyValue

Packages that use PropertyValue
org.eclipse.gmf.runtime.notation Notation meta-model primary package. 
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.notation.util Aurora internal packages Package Specification This package contains utility classes used by this plugin. 
 

Uses of PropertyValue in org.eclipse.gmf.runtime.notation
 

Methods in org.eclipse.gmf.runtime.notation that return PropertyValue
 PropertyValue NotationFactory.createPropertyValue()
          Returns a new object of class 'Property Value'
 PropertyValue StringToPropertyValueMapEntry.getValue()
          Returns the value of the 'Value' reference
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type PropertyValue
 void StringToPropertyValueMapEntry.setValue(PropertyValue value)
          Sets the value of the 'Value' reference
 

Uses of PropertyValue in org.eclipse.gmf.runtime.notation.impl
 

Classes in org.eclipse.gmf.runtime.notation.impl that implement PropertyValue
 class PropertyValueImpl
          An implementation of the model object 'Property Value'
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as PropertyValue
protected  PropertyValue StringToPropertyValueMapEntryImpl.value
          The cached value of the 'Value' containment reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return PropertyValue
 PropertyValue NotationFactoryImpl.createPropertyValue()
           
 PropertyValue StringToPropertyValueMapEntryImpl.getTypedValue()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type PropertyValue
 org.eclipse.emf.common.notify.NotificationChain StringToPropertyValueMapEntryImpl.basicSetTypedValue(PropertyValue newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StringToPropertyValueMapEntryImpl.setTypedValue(PropertyValue newValue)
           
 

Uses of PropertyValue in org.eclipse.gmf.runtime.notation.util
 

Methods in org.eclipse.gmf.runtime.notation.util with parameters of type PropertyValue
 java.lang.Object NotationSwitch.casePropertyValue(PropertyValue object)
          Returns the result of interpreting the object as an instance of 'Property Value'
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.