java.lang.Object
javax.mail.internet.HeaderTokenizer.Token
- Enclosing class:
- HeaderTokenizer
- public static class HeaderTokenizer.Token
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATOM
public static final int ATOM
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
QUOTEDSTRING
public static final int QUOTEDSTRING
- See Also:
- Constant Field Values
_type
private int _type
_value
private java.lang.String _value
HeaderTokenizer.Token
public HeaderTokenizer.Token(int type,
java.lang.String value)
getType
public int getType()
getValue
public java.lang.String getValue()