public class BooleanDt extends BasePrimitive<Boolean> implements IBaseBooleanDatatype
| Constructor and Description |
|---|
BooleanDt()
Constructor
|
BooleanDt(boolean theBoolean)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(Boolean theValue)
Subclasses must override to convert a "coerced" value into an encoded one.
|
protected Boolean |
parse(String theValue)
Subclasses must override to convert an encoded representation of this datatype into a "coerced" one
|
equals, getValue, getValueAsString, hashCode, isEmpty, readExternal, setValue, setValueAsString, toString, updateStringValue, writeExternalgetElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValue, getValueAsString, setValue, setValueAsStringgetFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmptypublic BooleanDt()
public BooleanDt(boolean theBoolean)
protected Boolean parse(String theValue)
BasePrimitiveparse in class BasePrimitive<Boolean>theValue - Will not be nullprotected String encode(Boolean theValue)
BasePrimitiveencode in class BasePrimitive<Boolean>theValue - Will not be nullCopyright © 2014–2017 University Health Network. All rights reserved.