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, translatePackageName
getErased, getName, getSimpleName, hashCode, isParameterized, isVariable, isVoid, toString
public EnumTypeInfo(String fqcn, boolean gen, List<String> values, ModuleInfo module, boolean nullable)
Copyright © 2021 Eclipse. All rights reserved.