Interface Label
-
- All Known Implementing Classes:
LabelImpl
public interface Label extends EObject
- See Also:
MarkovPackage.getLabel()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()Returns the value of the 'Key' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetKey(String value)Sets the value of the 'Key' attribute.voidsetValue(String value)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
-
getKey
String getKey()
Returns the value of the 'Key' attribute.If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(String),MarkovPackage.getLabel_Key()- Generated class or method.
- EMF model class or method.
-
setKey
void setKey(String value)
Sets the value of the 'Key' attribute.- Parameters:
value- the new value of the 'Key' attribute.- See Also:
getKey()- Generated class or method.
-
getValue
String getValue()
Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String),MarkovPackage.getLabel_Value()- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(String value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()- Generated class or method.
-
-