public enum TransponderClass extends Enum<TransponderClass>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getValue() |
static TransponderClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransponderClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransponderClass BS
public static final TransponderClass A
public static final TransponderClass B
public static final TransponderClass SAR
public static TransponderClass[] values()
for (TransponderClass c : TransponderClass.values()) System.out.println(c);
public static TransponderClass 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 int getCode()
public String getValue()
Copyright © 2016 Thomas Borg Salling. All rights reserved.