public static enum TwitterWebsiteTag.WebsiteTagStatus extends java.lang.Enum<TwitterWebsiteTag.WebsiteTagStatus>
| Modifier and Type | Method and Description |
|---|---|
static TwitterWebsiteTag.WebsiteTagStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwitterWebsiteTag.WebsiteTagStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterWebsiteTag.WebsiteTagStatus ACTIVE
public static final TwitterWebsiteTag.WebsiteTagStatus DORMANT
public static final TwitterWebsiteTag.WebsiteTagStatus INACTIVE
public static TwitterWebsiteTag.WebsiteTagStatus[] values()
for (TwitterWebsiteTag.WebsiteTagStatus c : TwitterWebsiteTag.WebsiteTagStatus.values()) System.out.println(c);
public static TwitterWebsiteTag.WebsiteTagStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null