Module dk.tbsalling.ais.messages
Enum ExtendedShipStaticAndVoyageRelatedData.IceClass
java.lang.Object
java.lang.Enum<ExtendedShipStaticAndVoyageRelatedData.IceClass>
dk.tbsalling.aismessages.ais.messages.asm.ExtendedShipStaticAndVoyageRelatedData.IceClass
- All Implemented Interfaces:
Serializable,Comparable<ExtendedShipStaticAndVoyageRelatedData.IceClass>,java.lang.constant.Constable
- Enclosing class:
- ExtendedShipStaticAndVoyageRelatedData
public static enum ExtendedShipStaticAndVoyageRelatedData.IceClass extends Enum<ExtendedShipStaticAndVoyageRelatedData.IceClass>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description FSICR_IB_RS_ICE3FSICR_IC_RS_ICE2FUTURE_1FUTURE_2FUTURE_3FUTURE_4IACS_PC_1IACS_PC_2IACS_PC_3IACS_PC_4IACS_PC_5IACS_PC_6IACS_PC_7NOT_AVAILABLENOT_CLASSIFIEDRS_ICE1 -
Method Summary
Modifier and Type Method Description static ExtendedShipStaticAndVoyageRelatedData.IceClassvalueOf(int value)Returns the enum constant of this type with the specified name.static ExtendedShipStaticAndVoyageRelatedData.IceClassvalueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedShipStaticAndVoyageRelatedData.IceClass[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-