public static enum ProfileConnectionV3.ConnectionStatus extends Enum<ProfileConnectionV3.ConnectionStatus>
Modifier and Type | Method and Description |
---|---|
static ProfileConnectionV3.ConnectionStatus |
fromValue(String value) |
String |
toString() |
static ProfileConnectionV3.ConnectionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileConnectionV3.ConnectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileConnectionV3.ConnectionStatus Deployed
public static final ProfileConnectionV3.ConnectionStatus Reserved
public static final ProfileConnectionV3.ConnectionStatus Undefined
public static ProfileConnectionV3.ConnectionStatus[] values()
for (ProfileConnectionV3.ConnectionStatus c : ProfileConnectionV3.ConnectionStatus.values()) System.out.println(c);
public static ProfileConnectionV3.ConnectionStatus 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 String toString()
toString
in class Enum<ProfileConnectionV3.ConnectionStatus>
public static ProfileConnectionV3.ConnectionStatus fromValue(String value)
Copyright © 2016. All rights reserved.