public static class TypeContainer.Node extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<TypeContainer.Node,Class<?>> |
TYPE_FUNCTION |
| Constructor and Description |
|---|
TypeContainer.Node(Class<?> type) |
TypeContainer.Node(JClass<?> jclass) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeContainer.Node> |
getChilds() |
TypeContainer.Node |
getParent() |
Class<?> |
getType() |
SizedLabel |
proeprtyType() |
String |
propertyName() |
Integer |
propertyStorageId() |
void |
setParent(TypeContainer.Node parent) |
public static final Function<TypeContainer.Node,Class<?>> TYPE_FUNCTION
public TypeContainer.Node(JClass<?> jclass)
public TypeContainer.Node(Class<?> type)
public Class<?> getType()
public TypeContainer.Node getParent()
public void setParent(TypeContainer.Node parent)
public List<TypeContainer.Node> getChilds()
@ProvidesProperty(value="name") public String propertyName()
@ProvidesProperty(value="storageId") public Integer propertyStorageId()
@ProvidesProperty(value="type") public SizedLabel proeprtyType()
Copyright © 2016. All rights reserved.