Interface Entry
-
- All Known Implementing Classes:
EntryImpl
public interface Entry extends EObject
- See Also:
QualityEffectSpecificationPackage.getEntry()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>getKey()Returns the value of the 'Key' attribute list.StringgetValue()Returns the value of the 'Value' 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
EList<String> getKey()
Returns the value of the 'Key' attribute list. The list contents are of typeString.If the meaning of the 'Key' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Key' attribute list.
- See Also:
QualityEffectSpecificationPackage.getEntry_Key()- Generated class or method.
- EMF model class or method.
- unique="false"
-
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),QualityEffectSpecificationPackage.getEntry_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.
-
-