Uses of Interface
org.omg.smm.Annotation
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Annotation in org.omg.smm
Methods in org.omg.smm that return Annotation Modifier and Type Method Description AnnotationSmmFactory. createAnnotation()Returns a new object of class 'Annotation'.Methods in org.omg.smm that return types with arguments of type Annotation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Annotation>SmmElement. getAnnotations()Returns the value of the 'Annotations' containment reference list. -
Uses of Annotation in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Annotation Modifier and Type Class Description classAnnotationImplAn implementation of the model object 'Annotation'.Fields in org.omg.smm.impl with type parameters of type Annotation Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Annotation>SmmElementImpl. annotationsThe cached value of the 'Annotations' containment reference list.Methods in org.omg.smm.impl that return Annotation Modifier and Type Method Description AnnotationSmmFactoryImpl. createAnnotation()Methods in org.omg.smm.impl that return types with arguments of type Annotation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Annotation>SmmElementImpl. getAnnotations() -
Uses of Annotation in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Annotation Modifier and Type Method Description TSmmSwitch. caseAnnotation(Annotation object)Returns the result of interpreting the object as an instance of 'Annotation'.