public enum GPSecureChannel extends Enum<GPSecureChannel>
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue() |
static Optional<GPSecureChannel> |
valueOf(int i) |
static GPSecureChannel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPSecureChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPSecureChannel SCP01
public static final GPSecureChannel SCP02
public static final GPSecureChannel SCP03
public static GPSecureChannel[] values()
for (GPSecureChannel c : GPSecureChannel.values()) System.out.println(c);
public static GPSecureChannel 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 byte getValue()
public static Optional<GPSecureChannel> valueOf(int i)
Copyright © 2019. All rights reserved.