de.cau.cs.kieler.kwebs.servicedata
Interface RemoteEnum
- All Superinterfaces:
- EObject, Notifier
- All Known Implementing Classes:
- RemoteEnumImpl
public interface RemoteEnum
- extends EObject
A representation of the model object 'Remote Enum'.
The following features are supported:
- See Also:
ServiceDataPackage.getRemoteEnum()
- Rating

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
getValues
EList<String> getValues()
- Returns the value of the 'Values' attribute list.
The list contents are of type
String
.
If the meaning of the 'Values' attribute list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Values' attribute list.
- See Also:
ServiceDataPackage.getRemoteEnum_Values()
- Generated:
- This code was automatically generated.
- Model element