|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.MimeHelper.Token
protected static class MimeHelper.Token
Field Summary | |
---|---|
static int |
ATOM
|
static int |
COMMENT
|
static int |
EOF
|
static int |
QUOTEDSTRING
|
Constructor Summary | |
---|---|
MimeHelper.Token(int type,
java.lang.String value)
|
Method Summary | |
---|---|
int |
getType()
|
java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ATOM
public static final int COMMENT
public static final int EOF
public static final int QUOTEDSTRING
Constructor Detail |
---|
public MimeHelper.Token(int type, java.lang.String value)
Method Detail |
---|
public int getType()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |