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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParseException, isValidField
public 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 MimeVersionField
public int getMajorVersion()
getMajorVersion
in interface MimeVersionField
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.