public class EnumTypeInfo extends ClassTypeInfo
| Constructor and Description |
|---|
EnumTypeInfo(String fqcn,
boolean gen,
List<String> values,
ModuleInfo module,
boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValues() |
boolean |
isGen() |
collectImports, equals, format, getKind, getModule, getModuleName, getPackageName, getParams, getRaw, getSimpleName, isNullable, translateName, translateName, translatePackageName, translatePackageNamegetErased, getName, getSimpleName, hashCode, isParameterized, isVariable, isVoid, toStringpublic EnumTypeInfo(String fqcn, boolean gen, List<String> values, ModuleInfo module, boolean nullable)
Copyright © 2020. All rights reserved.