Uses of Interface
org.eclipse.xtend.lib.macro.declaration.EnumerationValueDeclaration
Packages that use EnumerationValueDeclaration
-
Uses of EnumerationValueDeclaration in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of EnumerationValueDeclaration in org.eclipse.xtend.lib.macro.declarationMethods in org.eclipse.xtend.lib.macro.declaration that return EnumerationValueDeclarationModifier and TypeMethodDescriptionEnumerationTypeDeclaration.findDeclaredValue(String name) AnnotationReference.getEnumArrayValue(String name) Returns the value for the given property.AnnotationReference.getEnumValue(String name) Returns the value for the given property.Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type EnumerationValueDeclarationModifier and TypeMethodDescriptionIterable<? extends EnumerationValueDeclaration> EnumerationTypeDeclaration.getDeclaredValues() -
Uses of EnumerationValueDeclaration in org.eclipse.xtend.lib.macro.services
Methods in org.eclipse.xtend.lib.macro.services with parameters of type EnumerationValueDeclarationModifier and TypeMethodDescriptionvoidAnnotationReferenceBuildContext.setEnumValue(String name, EnumerationValueDeclaration... value) Sets the given value for the given annotation element name.