public interface EEFCustomExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFCustomExpression()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomExpression()
Returns the value of the 'Custom Expression' attribute.
|
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|
void |
setCustomExpression(java.lang.String value)
Sets the value of the ' Custom Expression
' attribute.
|
void |
setIdentifier(java.lang.String value)
Sets the value of the '
Identifier ' attribute |
java.lang.String getIdentifier()
setIdentifier(String)
,
EefPackage.getEEFCustomExpression_Identifier()
void setIdentifier(java.lang.String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
java.lang.String getCustomExpression()
setCustomExpression(String)
,
EefPackage.getEEFCustomExpression_CustomExpression()
void setCustomExpression(java.lang.String value)
Custom Expression
' attribute. value
- the new value of the 'Custom Expression' attribute.getCustomExpression()