public interface Context extends Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILDREN_PROPERTY |
static String |
NAME |
static String |
NAME_PROPERTY |
static String |
PARENT_PROPERTY |
HEADER_PROPERTYCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Context child) |
void |
addChild(IsParentOf<Context,Context> isParentOf) |
void |
addChild(UUID uuid) |
List<IsParentOf<Context,Context>> |
getChildren() |
String |
getName() |
IsParentOf<Context,Context> |
getParent() |
void |
setName(String name) |
void |
setParent(Context context) |
void |
setParent(IsParentOf<Context,Context> isParentOf) |
void |
setParent(UUID uuid) |
static final String NAME
static final String NAME_PROPERTY
static final String PARENT_PROPERTY
static final String CHILDREN_PROPERTY
String getName()
void setName(String name)
IsParentOf<Context,Context> getParent()
void setParent(UUID uuid)
void setParent(Context context)
void setParent(IsParentOf<Context,Context> isParentOf)
List<IsParentOf<Context,Context>> getChildren()
void addChild(UUID uuid)
void addChild(Context child)
void addChild(IsParentOf<Context,Context> isParentOf)
Copyright © 2020. All Rights Reserved.