org.apache.chemistry.opencmis.commons.impl
Class MimeHelper.Token

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.MimeHelper.Token
Enclosing class:
MimeHelper

protected static class MimeHelper.Token
extends java.lang.Object


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

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
Constructor Detail

MimeHelper.Token

public MimeHelper.Token(int type,
                        java.lang.String value)
Method Detail

getType

public int getType()

getValue

public java.lang.String getValue()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.