T
- the value typepublic interface Value<T>
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Get the actual value.
|
T getValue() throws IllegalStateException, IllegalArgumentException
IllegalStateException
- if the value is time-sensitive and the current state does not allow retrieval.IllegalArgumentException
- when the value cannot be read due to misconfigurationCopyright © 2017 JBoss by Red Hat. All rights reserved.