# Print output for @column tags ?>
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 |
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 | |
---|---|
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 |
public static AbstractMessageParser.Token.Type valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
AbstractMessageParser.Token.Type |