public class GeneratedTypeElement extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
index |
String |
packageName |
List<SQLProperty> |
properties |
Set<SQLEntity> |
referedEntities |
protected String |
tableName |
com.squareup.javapoet.TypeSpec |
typeSpec |
| Constructor and Description |
|---|
GeneratedTypeElement(String packageName,
com.squareup.javapoet.TypeSpec typeSpec,
String tableName,
String index) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeName |
getClassName() |
List<SQLProperty> |
getCollection() |
String |
getName() |
String |
getQualifiedName() |
String |
getSimpleName() |
String |
getTableName() |
public String packageName
public com.squareup.javapoet.TypeSpec typeSpec
protected String tableName
public List<SQLProperty> properties
public String getTableName()
public String getQualifiedName()
public String getName()
public String getSimpleName()
public List<SQLProperty> getCollection()
public com.squareup.javapoet.TypeName getClassName()
Copyright © 2017. All rights reserved.