public interface ManualOverride extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getManualOverride()
Modifier and Type | Method and Description |
---|---|
String |
getInitialValue()
Returns the value of the 'Initial Value' attribute.
|
void |
setInitialValue(String value)
Sets the value of the '
Initial Value ' attribute. |
getItem, getName, setItem, setName
String getInitialValue()
If the meaning of the 'Initial Value' attribute isn't clear, there really should be more of a description here...
setInitialValue(String)
,
OsgiPackage.getManualOverride_InitialValue()
void setInitialValue(String value)
Initial Value
' attribute.
value
- the new value of the 'Initial Value' attribute.getInitialValue()