public enum SensorOwnerCodes extends Enum<SensorOwnerCodes>
| Enum Constant and Description |
|---|
CoastalDirectorate
Coastal directorate
|
CoastGuard
Coast guard
|
HydrographicOffice
Hydrographic office
|
InlandWaterwayAuthority
Inland waterway authority
|
MeteorologicalService
Meteorological service
|
PortAuthority
Port Authority
|
ReservedForFutureUse
(reserved for future use)
|
ReservedForFutureUse10
(reserved for future use)
|
ReservedForFutureUse11
(reserved for future use)
|
ReservedForFutureUse12
(reserved for future use)
|
ReservedForFutureUse13
(reserved for future use)
|
ReservedForFutureUse8
(reserved for future use)
|
ReservedForFutureUse9
(reserved for future use)
|
ReservedForRegionalUse
(reserved for regional use)
|
UnknownDefault
Unknown (default)
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SensorOwnerCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorOwnerCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensorOwnerCodes UnknownDefault
public static final SensorOwnerCodes HydrographicOffice
public static final SensorOwnerCodes InlandWaterwayAuthority
public static final SensorOwnerCodes CoastalDirectorate
public static final SensorOwnerCodes MeteorologicalService
public static final SensorOwnerCodes PortAuthority
public static final SensorOwnerCodes CoastGuard
public static final SensorOwnerCodes ReservedForFutureUse
public static final SensorOwnerCodes ReservedForFutureUse8
public static final SensorOwnerCodes ReservedForFutureUse9
public static final SensorOwnerCodes ReservedForFutureUse10
public static final SensorOwnerCodes ReservedForFutureUse11
public static final SensorOwnerCodes ReservedForFutureUse12
public static final SensorOwnerCodes ReservedForFutureUse13
public static final SensorOwnerCodes ReservedForRegionalUse
public static SensorOwnerCodes[] values()
for (SensorOwnerCodes c : SensorOwnerCodes.values()) System.out.println(c);
public static SensorOwnerCodes 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 String toString()
toString in class Enum<SensorOwnerCodes>Copyright © 2016. All rights reserved.