Uses of Interface
org.eclipse.gmt.modisco.java.AnnotationMemberValuePair
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.util |
-
Uses of AnnotationMemberValuePair in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return types with arguments of type AnnotationMemberValuePair Modifier and Type Method Description org.eclipse.emf.common.util.EList<AnnotationMemberValuePair>AnnotationTypeMemberDeclaration. getUsages()Returns the value of the 'Usages' reference list.org.eclipse.emf.common.util.EList<AnnotationMemberValuePair>Annotation. getValues()Returns the value of the 'Values' containment reference list. -
Uses of AnnotationMemberValuePair in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement AnnotationMemberValuePair Modifier and Type Class Description classAnnotationMemberValuePairImplAn implementation of the model object 'Annotation Member Value Pair'.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type AnnotationMemberValuePair Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AnnotationMemberValuePair>AnnotationTypeMemberDeclarationImpl. usagesThe cached value of the 'Usages' reference list.protected org.eclipse.emf.common.util.EList<AnnotationMemberValuePair>AnnotationImpl. valuesThe cached value of the 'Values' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return AnnotationMemberValuePair Modifier and Type Method Description AnnotationMemberValuePairJavaFactoryImpl. createAnnotationMemberValuePair()Methods in org.eclipse.gmt.modisco.java.emf.impl that return types with arguments of type AnnotationMemberValuePair Modifier and Type Method Description org.eclipse.emf.common.util.EList<AnnotationMemberValuePair>AnnotationTypeMemberDeclarationImpl. getUsages()org.eclipse.emf.common.util.EList<AnnotationMemberValuePair>AnnotationImpl. getValues() -
Uses of AnnotationMemberValuePair in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.meta that return AnnotationMemberValuePair Modifier and Type Method Description AnnotationMemberValuePairJavaFactory. createAnnotationMemberValuePair()Returns a new object of class 'Annotation Member Value Pair'. -
Uses of AnnotationMemberValuePair in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type AnnotationMemberValuePair Modifier and Type Method Description TJavaSwitch. caseAnnotationMemberValuePair(AnnotationMemberValuePair object)Returns the result of interpreting the object as an instance of 'Annotation Member Value Pair'.