public interface IPrimitiveDatatype<T> extends IDatatype, IPrimitiveType<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
String |
getValueAsString() |
IPrimitiveType<T> |
setValue(T theValue) |
void |
setValueAsString(String theValue) |
hasValuefhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmptyvoid setValueAsString(String theValue) throws DataFormatException
setValueAsString in interface IPrimitiveType<T>DataFormatExceptionString getValueAsString() throws DataFormatException
getValueAsString in interface IPrimitiveType<T>DataFormatExceptionT getValue()
getValue in interface IPrimitiveType<T>IPrimitiveType<T> setValue(T theValue) throws DataFormatException
setValue in interface IPrimitiveType<T>DataFormatExceptionCopyright © 2014–2019 University Health Network. All rights reserved.