public interface ConfigurationProperty
Modifier and Type | Method and Description |
---|---|
default Boolean |
getBooleanValue() |
String |
getDescription()
The description for the property
|
String |
getId()
The technical id of the property.
|
default Integer |
getIntValue() |
String |
getLastUpdaterId() |
Date |
getLastUpdateTime() |
default Long |
getLongValue() |
String |
getName()
The name of the property
|
String |
getNamespace()
The namespace of the property.
|
String |
getTenantId()
The tenant for the property.
|
String |
getTextValue() |
default <V> V |
mapValue(Function<String,V> valueMapper) |
String getId()
String getNamespace()
String getName()
String getDescription()
String getTenantId()
String getLastUpdaterId()
Date getLastUpdateTime()
String getTextValue()
default Integer getIntValue()
default Long getLongValue()
default Boolean getBooleanValue()