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

Method Summary
 String getType()
          Returns the value of the 'Type' attribute.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.StringAnnotation
getValue, setValue
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.NamedObject
getName, setName
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations
 
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

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.