Uses of Interface
org.eclipse.gmt.modisco.java.EnumConstantDeclaration
-
Uses of EnumConstantDeclaration in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return types with arguments of type EnumConstantDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<EnumConstantDeclaration>EnumDeclaration. getEnumConstants()Returns the value of the 'Enum Constants' containment reference list. -
Uses of EnumConstantDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement EnumConstantDeclaration Modifier and Type Class Description classEnumConstantDeclarationImplAn implementation of the model object 'Enum Constant Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return EnumConstantDeclaration Modifier and Type Method Description EnumConstantDeclarationJavaFactoryImpl. createEnumConstantDeclaration()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type EnumConstantDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<EnumConstantDeclaration>EnumDeclarationImpl. getEnumConstants() -
Uses of EnumConstantDeclaration in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return EnumConstantDeclaration Modifier and Type Method Description EnumConstantDeclarationJavaFactory. createEnumConstantDeclaration()Returns a new object of class 'Enum Constant Declaration'. -
Uses of EnumConstantDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type EnumConstantDeclaration Modifier and Type Method Description TJavaSwitch. caseEnumConstantDeclaration(EnumConstantDeclaration object)Returns the result of interpreting the object as an instance of 'Enum Constant Declaration'.