public enum PlatformActionGroupCategory extends Enum<PlatformActionGroupCategory>
| Enum Constant and Description |
|---|
Overflow
Enumeration : Overflow
|
Primary
Enumeration : Primary
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PlatformActionGroupCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformActionGroupCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformActionGroupCategory Primary
public static final PlatformActionGroupCategory Overflow
public static PlatformActionGroupCategory[] values()
for (PlatformActionGroupCategory c : PlatformActionGroupCategory.values()) System.out.println(c);
public static PlatformActionGroupCategory 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<PlatformActionGroupCategory>Copyright © 2015. All Rights Reserved.