|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionLabelParser
A representation of the model object 'Expression Label Parser'. Parser implementation that uses expressions to produce string values
The following features are supported:
GMFGenPackage.getExpressionLabelParser()
Method Summary | |
---|---|
String |
getClassName()
Returns the value of the 'Class Name' attribute. |
ValueExpression |
getEditExpression()
Returns the value of the 'Edit Expression' reference. |
org.eclipse.emf.codegen.ecore.genmodel.GenClass |
getExpressionContext()
Returns the value of the 'Expression Context' reference. |
String |
getQualifiedClassName()
|
GenConstraint |
getValidateExpression()
Returns the value of the 'Validate Expression' reference. |
ValueExpression |
getViewExpression()
Returns the value of the 'View Expression' reference. |
void |
setClassName(String value)
Sets the value of the ' Class Name ' attribute. |
void |
setEditExpression(ValueExpression value)
Sets the value of the ' Edit Expression ' reference. |
void |
setExpressionContext(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
Sets the value of the ' Expression Context ' reference. |
void |
setValidateExpression(GenConstraint value)
Sets the value of the ' Validate Expression ' reference. |
void |
setViewExpression(ValueExpression value)
Sets the value of the ' View Expression ' reference. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenParserImplementation |
---|
getHolder, getUses |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getClassName()
setClassName(String)
,
GMFGenPackage.getExpressionLabelParser_ClassName()
void setClassName(String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
org.eclipse.emf.codegen.ecore.genmodel.GenClass getExpressionContext()
If the meaning of the 'Expression Context' reference isn't clear, there really should be more of a description here...
setExpressionContext(GenClass)
,
GMFGenPackage.getExpressionLabelParser_ExpressionContext()
void setExpressionContext(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
Expression Context
' reference.
value
- the new value of the 'Expression Context' reference.getExpressionContext()
ValueExpression getViewExpression()
setViewExpression(ValueExpression)
,
GMFGenPackage.getExpressionLabelParser_ViewExpression()
void setViewExpression(ValueExpression value)
View Expression
' reference.
value
- the new value of the 'View Expression' reference.getViewExpression()
ValueExpression getEditExpression()
setEditExpression(ValueExpression)
,
GMFGenPackage.getExpressionLabelParser_EditExpression()
void setEditExpression(ValueExpression value)
Edit Expression
' reference.
value
- the new value of the 'Edit Expression' reference.getEditExpression()
GenConstraint getValidateExpression()
setValidateExpression(GenConstraint)
,
GMFGenPackage.getExpressionLabelParser_ValidateExpression()
void setValidateExpression(GenConstraint value)
Validate Expression
' reference.
value
- the new value of the 'Validate Expression' reference.getValidateExpression()
String getQualifiedClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |