Package | Description |
---|---|
com.vmware.vstats |
The
com.vmware.vstats component provides API interfaces and types used
in the vStats service. |
Modifier and Type | Method and Description |
---|---|
QueryPredicate.Values |
QueryPredicate.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static QueryPredicate.Values |
QueryPredicate.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryPredicate.Values[] |
QueryPredicate.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|