public static enum DeploymentDefinition.SessionStat extends Enum<DeploymentDefinition.SessionStat>
Enum Constant and Description |
---|
ACTIVE_SESSIONS |
SESSIONS_CREATED |
Modifier and Type | Method and Description |
---|---|
static DeploymentDefinition.SessionStat |
getStat(String stringForm) |
String |
toString() |
static DeploymentDefinition.SessionStat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentDefinition.SessionStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentDefinition.SessionStat ACTIVE_SESSIONS
public static final DeploymentDefinition.SessionStat SESSIONS_CREATED
public static DeploymentDefinition.SessionStat[] values()
for (DeploymentDefinition.SessionStat c : DeploymentDefinition.SessionStat.values()) System.out.println(c);
public static DeploymentDefinition.SessionStat 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 final String toString()
toString
in class Enum<DeploymentDefinition.SessionStat>
public static DeploymentDefinition.SessionStat getStat(String stringForm)
Copyright © 2014 JBoss by Red Hat. All rights reserved.