| Package | Description |
|---|---|
| one.edee.babylon.entity | |
| one.edee.babylon.enums |
| Modifier and Type | Method and Description |
|---|---|
PropertyStatus |
PropertiesMap.getPropertyStatus(String key)
Get
PropertyStatus by key. |
PropertyStatus |
MessageFileContent.getPropertyStatus(String key) |
PropertyStatus |
PropertiesMap.putPropertyStatus(String key,
PropertyStatus propertyStatus)
Changes state of property by specified key externally.
|
PropertyStatus |
MessageFileContent.putPropertyStatus(String key,
PropertyStatus propertyStatus) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyStatus> |
PropertiesMap.getPropertiesStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
PropertiesMap.put(String key,
String value,
PropertyStatus propertyStatus)
Puts property value and its status at once.
|
String |
MessageFileContent.putProperty(String key,
String value,
PropertyStatus propertyStatus)
|
PropertyStatus |
PropertiesMap.putPropertyStatus(String key,
PropertyStatus propertyStatus)
Changes state of property by specified key externally.
|
PropertyStatus |
MessageFileContent.putPropertyStatus(String key,
PropertyStatus propertyStatus) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyStatus |
PropertyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyStatus[] |
PropertyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 FG Forrest, a.s.. All rights reserved.