protected static class MimeHelper.Token extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ATOM |
static int |
COMMENT |
static int |
EOF |
static int |
QUOTEDSTRING |
Constructor and Description |
---|
MimeHelper.Token(int type,
String value) |
public static final int ATOM
public static final int COMMENT
public static final int EOF
public static final int QUOTEDSTRING
public MimeHelper.Token(int type, String value)
public int getType()
public String getValue()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.