@Dependent public class OptionalValuesBean extends Object
Constructor and Description |
---|
OptionalValuesBean() |
Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
getIntProperty() |
Optional<Integer> |
getNotexistingProperty() |
Optional<String> |
getNotExistingStringProperty() |
OptionalDouble |
getOptionalDoubleProperty() |
OptionalInt |
getOptionalIntProperty() |
OptionalLong |
getOptionalLongProperty() |
OptionalDouble |
getOptionalNotExistingDoubleProperty() |
OptionalInt |
getOptionalNotExistingIntProperty() |
OptionalLong |
getOptionalNotExistingLongProperty() |
Optional<String> |
getStringValue() |
void |
setStringValue(Optional<String> stringValue) |
public OptionalInt getOptionalIntProperty()
public OptionalInt getOptionalNotExistingIntProperty()
public OptionalLong getOptionalLongProperty()
public OptionalLong getOptionalNotExistingLongProperty()
public OptionalDouble getOptionalDoubleProperty()
public OptionalDouble getOptionalNotExistingDoubleProperty()
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.