All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.GetConfigIntegerProperty.txt Maven / Gradle / Ivy

The newest version!
Retrieves the integer property from the selected configuration domain.

Example:

{{classpath:config/domain1.properties}}

| stringProperty=string value
| integerProperty=100
| longProperty=100000
| doubleProperty=10.53
| booleanProperty=false

_usage_

| `Select Config Domain`  | domain1                         |                 |
| ${integerProperty}=     | `Get Config Integer Property`   | integerProperty |

=>

| ${integerProperty} = 100

See also `Get Config Property`, `Get Config Long Property`, `Get Config Double Property` and `Get Config Boolean Property`.






© 2015 - 2025 Weber Informatics LLC | Privacy Policy