public static enum VMSSend.Lector extends Enum<VMSSend.Lector>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VMSSend.Lector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VMSSend.Lector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VMSSend.Lector EWA
public static final VMSSend.Lector JACEK
public static final VMSSend.Lector JAN
public static final VMSSend.Lector MAJA
public static VMSSend.Lector[] values()
for (VMSSend.Lector c : VMSSend.Lector.values()) System.out.println(c);
public static VMSSend.Lector 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<VMSSend.Lector>Copyright © 2024. All rights reserved.