# Print output for @column tags ?> AbstractMessageParser.Token.Type - Android SDK | Android Developers

Most visited

Recently visited

AbstractMessageParser.Token.Type

public static final enum AbstractMessageParser.Token.Type
extends Enum<AbstractMessageParser.Token.Type>

java.lang.Object
   ↳ java.lang.Enum<com.google.android.util.AbstractMessageParser.Token.Type>
     ↳ com.google.android.util.AbstractMessageParser.Token.Type


Summary

Enum values

AbstractMessageParser.Token.Type  ACRONYM

 

AbstractMessageParser.Token.Type  FLICKR

 

AbstractMessageParser.Token.Type  FORMAT

 

AbstractMessageParser.Token.Type  GOOGLE_VIDEO

 

AbstractMessageParser.Token.Type  HTML

 

AbstractMessageParser.Token.Type  LINK

 

AbstractMessageParser.Token.Type  MUSIC

 

AbstractMessageParser.Token.Type  PHOTO

 

AbstractMessageParser.Token.Type  SMILEY

 

AbstractMessageParser.Token.Type  YOUTUBE_VIDEO

 

Public methods

String toString()

Returns the name of this enum constant, as contained in the declaration.

static AbstractMessageParser.Token.Type valueOf(String name)
static final Type[] values()

Inherited methods

Enum values

ACRONYM

public static final AbstractMessageParser.Token.Type ACRONYM

FLICKR

public static final AbstractMessageParser.Token.Type FLICKR

FORMAT

public static final AbstractMessageParser.Token.Type FORMAT

GOOGLE_VIDEO

public static final AbstractMessageParser.Token.Type GOOGLE_VIDEO

HTML

public static final AbstractMessageParser.Token.Type HTML

public static final AbstractMessageParser.Token.Type LINK

MUSIC

public static final AbstractMessageParser.Token.Type MUSIC

PHOTO

public static final AbstractMessageParser.Token.Type PHOTO

SMILEY

public static final AbstractMessageParser.Token.Type SMILEY

YOUTUBE_VIDEO

public static final AbstractMessageParser.Token.Type YOUTUBE_VIDEO

Public methods

toString

public String toString ()

Returns the name of this enum constant, as contained in the declaration. This method may be overridden, though it typically isn't necessary or desirable. An enum type should override this method when a more "programmer-friendly" string form exists.

Returns
String the name of this enum constant

valueOf

public static AbstractMessageParser.Token.Type valueOf (String name)

Parameters
name String

Returns
AbstractMessageParser.Token.Type

values

public static final Type[] values ()

Returns
Type[]