thredds.catalog2
Enum ThreddsMetadata.DatePointType
java.lang.Object
java.lang.Enum<ThreddsMetadata.DatePointType>
thredds.catalog2.ThreddsMetadata.DatePointType
- All Implemented Interfaces:
- Serializable, Comparable<ThreddsMetadata.DatePointType>
- Enclosing interface:
- ThreddsMetadata
public static enum ThreddsMetadata.DatePointType
- extends Enum<ThreddsMetadata.DatePointType>
Created
public static final ThreddsMetadata.DatePointType Created
Modified
public static final ThreddsMetadata.DatePointType Modified
Valid
public static final ThreddsMetadata.DatePointType Valid
Issued
public static final ThreddsMetadata.DatePointType Issued
Available
public static final ThreddsMetadata.DatePointType Available
MetadataCreated
public static final ThreddsMetadata.DatePointType MetadataCreated
MetadataModified
public static final ThreddsMetadata.DatePointType MetadataModified
Other
public static final ThreddsMetadata.DatePointType Other
Untyped
public static final ThreddsMetadata.DatePointType Untyped
values
public static ThreddsMetadata.DatePointType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ThreddsMetadata.DatePointType c : ThreddsMetadata.DatePointType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ThreddsMetadata.DatePointType valueOf(String name)
- 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 name
NullPointerException
- if the argument is null
getTypeForLabel
public static ThreddsMetadata.DatePointType getTypeForLabel(String label)
toString
public String toString()
- Overrides:
toString
in class Enum<ThreddsMetadata.DatePointType>
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.