public class UnstructuredFieldImpl extends AbstractField implements UnstructuredField
Subject.| Modifier and Type | Field and Description |
|---|---|
private boolean |
parsed |
static FieldParser<UnstructuredField> |
PARSER |
private java.lang.String |
value |
monitor, rawField| Constructor and Description |
|---|
UnstructuredFieldImpl(Field rawField,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
private void |
parse() |
getBody, getName, getParseException, getRaw, getRawField, isValidField, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParseException, isValidFieldprivate boolean parsed
private java.lang.String value
public static final FieldParser<UnstructuredField> PARSER
UnstructuredFieldImpl(Field rawField, DecodeMonitor monitor)
public java.lang.String getValue()
getValue in interface UnstructuredFieldUnstructuredField.getValue()private void parse()