public class BooleanValue extends AbstractValue<Boolean>
| Constructor and Description |
|---|
BooleanValue() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getValue()
Getter method for the instance variable
value. |
BooleanValue |
setValue(Boolean _value)
Setter method for instance variable
value. |
getKey, setKeypublic Boolean getValue()
value.getValue in class AbstractValue<Boolean>valuepublic BooleanValue setValue(Boolean _value)
value.setValue in class AbstractValue<Boolean>_value - value for instance variable valueCopyright © 2003–2015 The eFaps Team. All rights reserved.