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