public interface Primitive extends Type
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns a String representation of the value of this field.
|
void |
setValue(String value)
Sets the value of this field if the given value is legal in the context of the
implementing class.
|
clear, encode, getExtraComponents, getMessage, getName, parse
accept, isEmpty, provideLocation
String getValue()
void setValue(String value) throws DataTypeException
value
- the value to be setDataTypeException
- if the given value is not valid in this context.Copyright © 2001–2017 University Health Network. All rights reserved.