public class PropertyEntity extends Entity
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE |
Constructor and Description |
---|
PropertyEntity()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Entity entity)
Adds a given entity to this one.
|
void |
addContainer(ModuleProperty property)
Adds non-null module-level property container.
|
java.util.Map<java.lang.String,ModuleProperty> |
getContainerMap()
Returns module-level property containers mapping.
|
equals, getEntityType, hashCode, toString
addMetaInfo, addMetaInfo, addMetaInfo, addMetaInfo, getAllMetaInfo, getMetaInfo, getMetaInfo, getStringMetaInfo, getStringMetaInfo, hasMetaInfo, hasMetaInfo
public static final EntityType TYPE
public java.util.Map<java.lang.String,ModuleProperty> getContainerMap()
Container names are stored in mapping keys.
public void addContainer(ModuleProperty property)
property
- Module level property container to be added.java.lang.IllegalArgumentException
- when argument is null
.