public class BooleanValueBuilder extends Object implements ValueBuilder<BooleanValue>
| Constructor and Description |
|---|
BooleanValueBuilder() |
BooleanValueBuilder(BooleanValue booleanValue) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
build() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isValue() |
void |
setValue(boolean value) |
String |
toString() |
public BooleanValueBuilder(BooleanValue booleanValue)
public BooleanValueBuilder()
public boolean isValue()
public void setValue(boolean value)
public BooleanValue build()
build in interface ValueBuilder<BooleanValue>Copyright © 2012–2016 Emory University. All rights reserved.