public interface EinstellungenVariableBasedConfigurationValueI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
default boolean |
getBooleanValue(BOLoaderI bol)
Returns the boolean value of the
EinstellungenVariable having our "value" as name or false if that value is null. |
java.lang.String |
getEinstellungenVariableName() |
default int |
getPositiveIntValue(BOLoaderI bol)
Returns the int value of the
EinstellungenVariable having our "value" as name or -1 if that value is null. |
default java.lang.String |
getStringValue(BOLoaderI bol)
Returns the String value of the
EinstellungenVariable having our "value" as name. |
static final java.lang.String $0
java.lang.String getEinstellungenVariableName()
default java.lang.String getStringValue(BOLoaderI bol)
EinstellungenVariable
having our "value" as name.default int getPositiveIntValue(BOLoaderI bol)
EinstellungenVariable
having our "value" as name or -1 if that value is null.default boolean getBooleanValue(BOLoaderI bol)
EinstellungenVariable
having our "value" as name or false if that value is null.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.