de.cau.cs.kieler.core.annotations
Interface TypedStringAnnotation
- All Superinterfaces:
- Annotatable, Annotation, EObject, NamedObject, Notifier, StringAnnotation
- All Known Implementing Classes:
- TypedStringAnnotationImpl
public interface TypedStringAnnotation
- extends StringAnnotation
A representation of the model object 'Typed String Annotation'.
The following features are supported:
- See Also:
AnnotationsPackage.getTypedStringAnnotation()
- 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 |
getType
String getType()
- Returns the value of the 'Type' attribute.
If the meaning of the 'Type' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,
AnnotationsPackage.getTypedStringAnnotation_Type()
- Generated:
- This code was automatically generated.
- Model element
setType
void setType(String value)
- Sets the value of the '
Type
' attribute.
- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
- Generated:
- This code was automatically generated.