public enum SearchType extends Enum<SearchType> implements Serializable
Enum Constant and Description |
---|
AdGroup |
AdUser |
AuditLog |
Cluster |
DBUser |
StorageDomain |
StoragePool |
VDS |
VM |
VmPools |
VmTemplate |
Modifier and Type | Method and Description |
---|---|
static SearchType |
forValue(int value) |
int |
getValue() |
static SearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchType VM
public static final SearchType VDS
public static final SearchType VmTemplate
public static final SearchType AuditLog
public static final SearchType AdUser
public static final SearchType AdGroup
public static final SearchType DBUser
public static final SearchType VmPools
public static final SearchType Cluster
public static final SearchType StoragePool
public static final SearchType StorageDomain
public static SearchType[] values()
for (SearchType c : SearchType.values()) System.out.println(c);
public static SearchType 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 SearchType forValue(int value)
Copyright © 2012. All Rights Reserved.