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 red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<String> getValues()
          Returns the value of the 'Values' attribute list.
 
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

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