public enum TabType extends Enum<TabType>
Enum Constant and Description |
---|
Clusters |
DataCenters |
Events |
Hosts |
Pools |
Storage |
Templates |
Users |
Vms |
Modifier and Type | Method and Description |
---|---|
static TabType |
forValue(int value) |
int |
getValue() |
static TabType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabType Hosts
public static final TabType Vms
public static final TabType Users
public static final TabType Templates
public static final TabType Events
public static final TabType DataCenters
public static final TabType Clusters
public static final TabType Storage
public static final TabType Pools
public static TabType[] values()
for (TabType c : TabType.values()) System.out.println(c);
public static TabType 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 int getValue()
public static TabType forValue(int value)
Copyright © 2012. All Rights Reserved.