public enum IceClass extends Enum<IceClass>
| Enum Constant and Description |
|---|
FSICRIBRSIce3
FSICR IB / RS Ice3
|
FSICRICRSIce2
FSICR IC / RS Ice2
|
IACSPC1
IACS PC 1
|
IACSPC2
IACS PC 2
|
IACSPC3
IACS PC 3
|
IACSPC4
IACS PC 4
|
IACSPC5
IACS PC 5
|
IACSPC6FSICRIASuperRSArc5
IACS PC 6 / FSICR IA Super / RS Arc5
|
IACSPC7FSICRIARSArc4
IACS PC 7 / FSICR IA / RS Arc4
|
NotAvailableDefault
Not available = default
|
NotClassified
Not classified
|
ReservedForFutureUse
Reserved for future use
|
ReservedForFutureUse12
Reserved for future use
|
ReservedForFutureUse13
Reserved for future use
|
ReservedForFutureUse14
Reserved for future use
|
RSIce1
RS Ice1
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static IceClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IceClass NotClassified
public static final IceClass IACSPC1
public static final IceClass IACSPC2
public static final IceClass IACSPC3
public static final IceClass IACSPC4
public static final IceClass IACSPC5
public static final IceClass IACSPC6FSICRIASuperRSArc5
public static final IceClass IACSPC7FSICRIARSArc4
public static final IceClass FSICRIBRSIce3
public static final IceClass FSICRICRSIce2
public static final IceClass RSIce1
public static final IceClass ReservedForFutureUse
public static final IceClass ReservedForFutureUse12
public static final IceClass ReservedForFutureUse13
public static final IceClass ReservedForFutureUse14
public static final IceClass NotAvailableDefault
public static IceClass[] values()
for (IceClass c : IceClass.values()) System.out.println(c);
public static IceClass 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 © 2016. All rights reserved.