public enum TabResourceType extends Enum<TabResourceType>
| Modifier and Type | Method and Description |
|---|---|
static TabResourceType |
getTabResourceTypeFromId(String id) |
String |
getTabResourceTypeLabel() |
String |
toString() |
static TabResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabResourceType FLOW
public static final TabResourceType STANDARD
public static final TabResourceType UNKNOWN
public static TabResourceType[] values()
for (TabResourceType c : TabResourceType.values()) System.out.println(c);
public static TabResourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TabResourceType>public String getTabResourceTypeLabel()
public static TabResourceType getTabResourceTypeFromId(String id)
Copyright © 2017. All Rights Reserved.