public class DataObjectTypeInfo extends ClassTypeInfo
| Constructor and Description |
|---|
DataObjectTypeInfo(ClassKind kind,
String name,
ModuleInfo module,
boolean _abstract,
boolean nullable,
boolean _interface,
List<TypeParamInfo.Class> params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbstract() |
boolean |
isInterface() |
collectImports, equals, format, getKind, getModule, getModuleName, getPackageName, getParams, getRaw, getSimpleName, isNullable, translateName, translateName, translatePackageName, translatePackageNamegetErased, getName, getSimpleName, hashCode, isParameterized, isVariable, isVoid, toStringpublic DataObjectTypeInfo(ClassKind kind, String name, ModuleInfo module, boolean _abstract, boolean nullable, boolean _interface, List<TypeParamInfo.Class> params)
Copyright © 2020. All rights reserved.