|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueryAdminAllocatedExternalAddressField>
com.vmware.vcloud.sdk.constants.query.QueryAdminAllocatedExternalAddressField
public enum QueryAdminAllocatedExternalAddressField
Constants for the QueryParams's fields, sort ascending and sort descending properties.
| Enum Constant Summary | |
|---|---|
HREF
Deprecated. |
|
ID
Deprecated. |
|
IPADDRESS
Deprecated. |
|
LINKEDNETWORK
Deprecated. |
|
NETWORK
Deprecated. |
|
ORG
Deprecated. |
|
| Method Summary | |
|---|---|
static QueryAdminAllocatedExternalAddressField |
fromValue(String value)
Deprecated. |
String |
value()
Deprecated. |
static QueryAdminAllocatedExternalAddressField |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static QueryAdminAllocatedExternalAddressField[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QueryAdminAllocatedExternalAddressField ID
public static final QueryAdminAllocatedExternalAddressField HREF
public static final QueryAdminAllocatedExternalAddressField IPADDRESS
public static final QueryAdminAllocatedExternalAddressField LINKEDNETWORK
public static final QueryAdminAllocatedExternalAddressField NETWORK
public static final QueryAdminAllocatedExternalAddressField ORG
| Method Detail |
|---|
public static QueryAdminAllocatedExternalAddressField[] values()
for (QueryAdminAllocatedExternalAddressField c : QueryAdminAllocatedExternalAddressField.values()) System.out.println(c);
public static QueryAdminAllocatedExternalAddressField valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
value in interface QueryFieldpublic static QueryAdminAllocatedExternalAddressField fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||