org.eclipse.gmf.tooling.runtime.parsers
Class AbstractAttributeParser
java.lang.Object
org.eclipse.gmf.tooling.runtime.parsers.AbstractFeatureParser
org.eclipse.gmf.tooling.runtime.parsers.AbstractAttributeParser
- All Implemented Interfaces:
- org.eclipse.gmf.runtime.common.ui.services.parser.IParser
public abstract class AbstractAttributeParser
- extends AbstractFeatureParser
Field Summary |
protected org.eclipse.emf.ecore.EAttribute[] |
editableFeatures
|
protected org.eclipse.emf.ecore.EAttribute[] |
features
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser |
getEditString, getParseCommand, getPrintString, isValidEditString |
features
protected final org.eclipse.emf.ecore.EAttribute[] features
editableFeatures
protected final org.eclipse.emf.ecore.EAttribute[] editableFeatures
AbstractAttributeParser
public AbstractAttributeParser(org.eclipse.emf.ecore.EAttribute[] features)
AbstractAttributeParser
public AbstractAttributeParser(org.eclipse.emf.ecore.EAttribute[] features,
org.eclipse.emf.ecore.EAttribute[] editableFeatures)
getValue
protected Object getValue(org.eclipse.emf.ecore.EObject element,
org.eclipse.emf.ecore.EStructuralFeature feature)
- Overrides:
getValue
in class AbstractFeatureParser
getValidNewValue
protected Object getValidNewValue(org.eclipse.emf.ecore.EStructuralFeature feature,
Object value)
- Overrides:
getValidNewValue
in class AbstractFeatureParser
getViewPattern
public String getViewPattern()
setViewPattern
public void setViewPattern(String viewPattern)
getEditorPattern
public String getEditorPattern()
setEditorPattern
public void setEditorPattern(String editorPattern)
getEditPattern
public String getEditPattern()
setEditPattern
public void setEditPattern(String editPattern)
Copyright © 2012. All Rights Reserved.