| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro.declaration | |
| org.eclipse.xtend.lib.macro.services |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableEnumerationValueDeclaration |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueDeclaration |
EnumerationTypeDeclaration.findDeclaredValue(String name) |
EnumerationValueDeclaration[] |
AnnotationReference.getEnumArrayValue(String name)
Returns the value for the given property.
|
EnumerationValueDeclaration |
AnnotationReference.getEnumValue(String name)
Returns the value for the given property.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends EnumerationValueDeclaration> |
EnumerationTypeDeclaration.getDeclaredValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationReferenceBuildContext.setEnumValue(String name,
EnumerationValueDeclaration... value)
Sets the given value for the given annotation element name.
|
Copyright © 2015. All Rights Reserved.