public class Import extends GraphMember
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
Import() |
| Modifier and Type | Method and Description |
|---|---|
static Import |
create(java.lang.Class<?> type) |
static Import |
create(Clazz value) |
static Import |
create(java.lang.String value) |
Clazz |
getClazz() |
protected Import |
withChildren(GraphMember... values) |
check, getAnnotation, getChildren, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, setName, setParentNode, size, with, withAnnotaion, withModifier, withoutpublic static Import create(java.lang.String value)
public static Import create(java.lang.Class<?> type)
protected Import withChildren(GraphMember... values)
withChildren in class GraphMemberpublic Clazz getClazz()
getClazz in class GraphMember