public static enum ThreddsMetadata.DatePointType extends Enum<ThreddsMetadata.DatePointType>
Enum Constant and Description |
---|
Available |
Created |
Issued |
MetadataCreated |
MetadataModified |
Modified |
Other |
Untyped |
Valid |
Modifier and Type | Method and Description |
---|---|
static ThreddsMetadata.DatePointType |
getTypeForLabel(String label) |
String |
toString() |
static ThreddsMetadata.DatePointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreddsMetadata.DatePointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreddsMetadata.DatePointType Created
public static final ThreddsMetadata.DatePointType Modified
public static final ThreddsMetadata.DatePointType Valid
public static final ThreddsMetadata.DatePointType Issued
public static final ThreddsMetadata.DatePointType Available
public static final ThreddsMetadata.DatePointType MetadataCreated
public static final ThreddsMetadata.DatePointType MetadataModified
public static final ThreddsMetadata.DatePointType Other
public static final ThreddsMetadata.DatePointType Untyped
public static ThreddsMetadata.DatePointType[] values()
for (ThreddsMetadata.DatePointType c : ThreddsMetadata.DatePointType.values()) System.out.println(c);
public static ThreddsMetadata.DatePointType 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 static ThreddsMetadata.DatePointType getTypeForLabel(String label)
public String toString()
toString
in class Enum<ThreddsMetadata.DatePointType>
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.