public enum StationType extends Enum<StationType>
| Modifier and Type | Method and Description |
|---|---|
static StationType |
fromInteger(Integer integer) |
Integer |
getCode() |
String |
getValue() |
static StationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StationType AllTypesOfMobileStations
public static final StationType ClassAMobileStation
public static final StationType AllTypesOfClassBMobileStations
public static final StationType SARAirborneMobileStation
public static final StationType ClassBSOMobileStation
public static final StationType ClassBCSShipborneMobileStation
public static final StationType InlandWaterways
public static final StationType RegionalUse1
public static final StationType RegionalUse2
public static final StationType RegionalUse3
public static final StationType BaseStationCoverageArea
public static final StationType FutureUse1
public static final StationType FutureUse2
public static final StationType FutureUse3
public static final StationType FutureUse4
public static final StationType FutureUse5
public static StationType[] values()
for (StationType c : StationType.values()) System.out.println(c);
public static StationType 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 Integer getCode()
public String getValue()
public static StationType fromInteger(Integer integer)
Copyright © 2016 Thomas Borg Salling. All rights reserved.