public class ContentDescriptionFieldImpl extends AbstractField implements ContentDescriptionField
Content-Description field.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
description |
private boolean |
parsed |
static FieldParser<ContentDescriptionField> |
PARSER |
monitor, rawField| Constructor and Description |
|---|
ContentDescriptionFieldImpl(Field rawField,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the content description defined in this field.
|
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 description
public static final FieldParser<ContentDescriptionField> PARSER
ContentDescriptionFieldImpl(Field rawField, DecodeMonitor monitor)
private void parse()
public java.lang.String getDescription()
ContentDescriptionFieldgetDescription in interface ContentDescriptionFieldnull if not set.