@Beta public interface EnumerationTypeDeclaration extends TypeDeclaration
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueDeclaration |
findDeclaredValue(java.lang.String name) |
java.lang.Iterable<? extends EnumerationValueDeclaration> |
getDeclaredValues() |
findDeclaredConstructor, findDeclaredField, findDeclaredMethod, findDeclaredType, getDeclaredAnnotationTypes, getDeclaredClasses, getDeclaredConstructors, getDeclaredEnumerationTypes, getDeclaredFields, getDeclaredInterfaces, getDeclaredMembers, getDeclaredMethods, getDeclaredTypesgetQualifiedName, isAssignableFromgetDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecatedfindAnnotation, getAnnotationsgetCompilationUnit, getSimpleNamejava.lang.Iterable<? extends EnumerationValueDeclaration> getDeclaredValues()
EnumerationValueDeclaration findDeclaredValue(java.lang.String name)
name - of the featurenull of no such value exists.