public class Import extends GraphMember
children, name, parentNode, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_LITERAL, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_PATH, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor | Description |
|---|---|
Import() |
| Modifier and Type | Method | Description |
|---|---|---|
static Import |
create(Clazz value) |
|
static Import |
create(java.lang.Class<?> type) |
|
static Import |
create(java.lang.String value) |
|
Clazz |
getClazz() |
|
Import |
with(java.lang.String name) |
Set the name of Element
|
protected Import |
withChildren(GraphMember... values) |
check, getAnnotation, getChildren, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, remove, setName, setParentNode, withAnnotation, withModifier, withoutpublic static Import create(java.lang.String value)
public static Import create(java.lang.Class<?> type)
public Import with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementprotected Import withChildren(GraphMember... values)
public Clazz getClazz()
getClazz in class GraphMember