public enum SosDocumentType extends Enum<SosDocumentType>
| Enum Constant and Description |
|---|
M1_0_CAPABILITIES |
M1_0_OBSERVATION_COLLECTION |
M1_0_SENSOR_ML_NETWORK |
M1_0_SENSOR_ML_SENSOR |
M1_0_SENSOR_ML_STATION |
M1_0_SWE_TIME_SERIES |
M1_0_SWE_TIME_SERIES_PROFILE |
| Modifier and Type | Method and Description |
|---|---|
static SosDocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SosDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SosDocumentType M1_0_CAPABILITIES
public static final SosDocumentType M1_0_SENSOR_ML_NETWORK
public static final SosDocumentType M1_0_SENSOR_ML_STATION
public static final SosDocumentType M1_0_SENSOR_ML_SENSOR
public static final SosDocumentType M1_0_OBSERVATION_COLLECTION
public static final SosDocumentType M1_0_SWE_TIME_SERIES
public static final SosDocumentType M1_0_SWE_TIME_SERIES_PROFILE
public static SosDocumentType[] values()
for (SosDocumentType c : SosDocumentType.values()) System.out.println(c);
public static SosDocumentType 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 © 2014. All Rights Reserved.