|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StringValueStyle
instead
public interface KOption
A representation of the model object 'KOption'.
The following features are supported:
LayoutOptionsPackage.getKOption()
Method Summary | |
---|---|
String |
getKey()
Deprecated. Returns the value of the 'Key' attribute. |
String |
getValue()
Deprecated. Returns the value of the 'Value' attribute. |
boolean |
isDefault()
Deprecated. Returns the value of the 'Default' attribute. |
void |
setDefault(boolean value)
Deprecated. Sets the value of the ' Default ' attribute. |
void |
setKey(String value)
Deprecated. Sets the value of the ' Key ' attribute. |
void |
setValue(String value)
Deprecated. Sets the value of the ' Value ' attribute. |
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 getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String)
,
LayoutOptionsPackage.getKOption_Key()
required | = | true |
void setKey(String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
LayoutOptionsPackage.getKOption_Value()
void setValue(String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
boolean isDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(boolean)
,
LayoutOptionsPackage.getKOption_Default()
void setDefault(boolean value)
Default
' attribute.
value
- the new value of the 'Default' attribute.isDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |