public static enum DataEndpoint.State extends Enum<DataEndpoint.State>
| Modifier and Type | Method and Description |
|---|---|
static DataEndpoint.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataEndpoint.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataEndpoint.State NEW
public static final DataEndpoint.State OPENED
public static final DataEndpoint.State CLOSED
public static DataEndpoint.State[] values()
for (DataEndpoint.State c : DataEndpoint.State.values()) System.out.println(c);
public static DataEndpoint.State 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 nullCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.