public static enum TogglingCommandLink.State extends Enum<TogglingCommandLink.State>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrimary() |
TogglingCommandLink.State |
other() |
static TogglingCommandLink.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TogglingCommandLink.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TogglingCommandLink.State Primary
public static final TogglingCommandLink.State Secondary
public static TogglingCommandLink.State[] values()
for (TogglingCommandLink.State c : TogglingCommandLink.State.values()) System.out.println(c);
public static TogglingCommandLink.State 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 boolean isPrimary()
public TogglingCommandLink.State other()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.