public interface ErrorCodeValue
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
PropertyConstant |
getConstant()
Returns the value of the 'Constant' reference.
|
java.lang.String |
getEnumLiteral()
Returns the value of the 'Enum Literal' attribute.
|
java.lang.String |
getIntValue()
Returns the value of the 'Int Value' attribute.
|
void |
setConstant(PropertyConstant value)
Sets the value of the '
Constant ' reference. |
void |
setEnumLiteral(java.lang.String value)
Sets the value of the '
Enum Literal ' attribute. |
void |
setIntValue(java.lang.String value)
Sets the value of the '
Int Value ' attribute. |
java.lang.String getIntValue()
If the meaning of the 'Int Value' attribute isn't clear, there really should be more of a description here...
setIntValue(String)
,
ErrorModelPackage.getErrorCodeValue_IntValue()
void setIntValue(java.lang.String value)
Int Value
' attribute.
value
- the new value of the 'Int Value' attribute.getIntValue()
PropertyConstant getConstant()
If the meaning of the 'Constant' reference isn't clear, there really should be more of a description here...
setConstant(PropertyConstant)
,
ErrorModelPackage.getErrorCodeValue_Constant()
void setConstant(PropertyConstant value)
Constant
' reference.
value
- the new value of the 'Constant' reference.getConstant()
java.lang.String getEnumLiteral()
If the meaning of the 'Enum Literal' attribute isn't clear, there really should be more of a description here...
setEnumLiteral(String)
,
ErrorModelPackage.getErrorCodeValue_EnumLiteral()
void setEnumLiteral(java.lang.String value)
Enum Literal
' attribute.
value
- the new value of the 'Enum Literal' attribute.getEnumLiteral()