public class BooleanValueImpl extends ValueImpl implements BooleanValue
| Constructor and Description |
|---|
BooleanValueImpl(pcm.BooleanValue kBooleanValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PCMVisitor visitor) |
PCMElement |
clone(PCMFactory factory) |
pcm.BooleanValue |
getkBooleanValue() |
boolean |
getValue() |
void |
setValue(boolean b) |
public pcm.BooleanValue getkBooleanValue()
public boolean getValue()
getValue in interface BooleanValuepublic void setValue(boolean b)
setValue in interface BooleanValuepublic void accept(PCMVisitor visitor)
accept in interface PCMElementpublic PCMElement clone(PCMFactory factory)
clone in interface PCMElementCopyright © 2015. All rights reserved.