org.eclipse.gmt.umlx.editor.property.descriptors
Class OclPropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by org.eclipse.ui.views.properties.TextPropertyDescriptor
          extended by org.eclipse.gmt.umlx.editor.property.descriptors.RawStringPropertyDescriptor
              extended by org.eclipse.gmt.umlx.editor.property.descriptors.OclPropertyDescriptor
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

public class OclPropertyDescriptor
extends RawStringPropertyDescriptor


Constructor Summary
OclPropertyDescriptor(PropertyId propertyId)
           
 
Method Summary
static java.lang.String fromModel(java.lang.String string)
           
static java.lang.String toModel(java.lang.Object string)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ui.views.properties.TextPropertyDescriptor
createPropertyEditor
 
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OclPropertyDescriptor

public OclPropertyDescriptor(PropertyId propertyId)
Method Detail

fromModel

public static java.lang.String fromModel(java.lang.String string)

toModel

public static java.lang.String toModel(java.lang.Object string)

toString

public java.lang.String toString()
Overrides:
toString in class RawStringPropertyDescriptor