public interface TDisplayName
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTDisplayName()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocale()
Returns the value of the 'Locale' attribute
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute
|
void |
setLocale(java.lang.String value)
Sets the value of the '
Locale ' attribute |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute |
static final java.lang.String COPYRIGHT
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
TaskPackage.getTDisplayName_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getLocale()
If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
setLocale(String)
,
TaskPackage.getTDisplayName_Locale()
void setLocale(java.lang.String value)
Locale
' attribute.
value
- the new value of the 'Locale' attribute.getLocale()