public class MetafyClass extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attributes |
protected String |
completeName |
protected Set<String> |
imports |
protected static String |
PACKAGE_SEPARATOR |
protected String |
packageName |
protected String |
simpleName |
protected String |
simpleReferenceName |
| Constructor and Description |
|---|
MetafyClass(String completeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Attribute attribute) |
List<Attribute> |
getAttributes() |
String |
getCompleteName() |
Set<String> |
getImports() |
String |
getPackageName() |
String |
getSimpleName() |
String |
getSimpleReferenceName() |
void |
importType(String element) |
protected static final String PACKAGE_SEPARATOR
protected String packageName
protected String simpleName
protected String simpleReferenceName
protected String completeName
public MetafyClass(String completeName)
public void importType(String element)
public void addAttribute(Attribute attribute)
public String getSimpleName()
public String getSimpleReferenceName()
public String getCompleteName()
public String getPackageName()
Copyright © 2018. All rights reserved.