Module dk.tbsalling.ais.messages
Enum ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus
java.lang.Object
java.lang.Enum<ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus>
dk.tbsalling.aismessages.ais.messages.asm.ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus
- All Implemented Interfaces:
Serializable,Comparable<ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus>,java.lang.constant.Constable
- Enclosing class:
- ExtendedShipStaticAndVoyageRelatedData
public static enum ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus extends Enum<ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description EQUIPMENT_NOT_AVAILABLE_OR_REQUESTEDEQUIPMENT_NOT_OPERATIONALEQUIPMENT_OPERATIONALNO_DATA -
Method Summary
Modifier and Type Method Description static ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatusvalueOf(int value)Returns the enum constant of this type with the specified name.static ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EQUIPMENT_NOT_AVAILABLE_OR_REQUESTED
public static final ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus EQUIPMENT_NOT_AVAILABLE_OR_REQUESTED -
EQUIPMENT_OPERATIONAL
public static final ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus EQUIPMENT_OPERATIONAL -
EQUIPMENT_NOT_OPERATIONAL
public static final ExtendedShipStaticAndVoyageRelatedData.SolasEquipmentStatus EQUIPMENT_NOT_OPERATIONAL -
NO_DATA
-
-
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
-