public class SFBool extends Field
Constructor and Description |
---|
SFBool()
Default constructor for SFBool fields.
|
SFBool(boolean value)
Construct an SFBool field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
Get the value of the SFBool field.
|
void |
setValue(boolean b)
Set the value of the SFBool field.
|
void |
setValue(ConstSFBool b)
Set the value of the SFBool field.
|
void |
setValue(SFBool b)
Set the value of the SFBool field.
|
public SFBool()
public SFBool(boolean value)
value
- Boolean value of field.public boolean getValue()
public void setValue(boolean b)
b
- Desired value for SFBool.public void setValue(ConstSFBool b)
b
- Desired value for SFBool.public void setValue(SFBool b)
b
- Desired value for SFBool.