org.ptolemy.moml
Interface LocationType
- All Superinterfaces:
- EObject, Notifier
- All Known Implementing Classes:
- LocationTypeImpl
public interface LocationType
- extends EObject
A representation of the model object 'Location Type'.
The following features are supported:
- See Also:
MomlPackage.getLocationType()
- Rating

- Generated:
- This code was automatically generated.
- Model element:
extendedMetaData | = | "name='location_._type' |
kind | = | 'empty'" |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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)
,
MomlPackage.getLocationType_Value()
- Generated:
- This code was automatically generated.
- Model element:
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'value' |
namespace | = | '##targetNamespace'" |
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:
- This code was automatically generated.