public class MimeVersionFieldLenientImpl extends AbstractField implements MimeVersionField
MIME-Version field.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAJOR_VERSION |
static int |
DEFAULT_MINOR_VERSION |
static FieldParser<MimeVersionField> |
PARSER |
monitor, rawField| Modifier and Type | Method and Description |
|---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
getBody, getName, getParseException, getRaw, getRawField, isValidField, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParseException, isValidFieldpublic static final int DEFAULT_MINOR_VERSION
public static final int DEFAULT_MAJOR_VERSION
public static final FieldParser<MimeVersionField> PARSER
public int getMinorVersion()
getMinorVersion in interface MimeVersionFieldpublic int getMajorVersion()
getMajorVersion in interface MimeVersionFieldCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.