public final class MetadataType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MetadataType |
ADN |
static MetadataType |
AGGREGATION |
static MetadataType |
CATALOG_GEN_CONFIG |
static MetadataType |
DIF |
static MetadataType |
DUBLIN_CORE |
static MetadataType |
ESG |
static MetadataType |
FGDC |
static MetadataType |
LAS |
static MetadataType |
NcML |
static MetadataType |
NETCDF |
static MetadataType |
NONE |
static MetadataType |
THREDDS |
static MetadataType |
THREDDS_DLCollection |
static MetadataType |
THREDDS_DLEntry |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
MetaDataType with same name are equal.
|
static MetadataType |
findType(java.lang.String name)
Return the known MetadataType that matches the given name (ignoring case)
or null if the name is unknown.
|
static java.util.Collection<MetadataType> |
getAllTypes()
Get all MetadataType objects
|
static MetadataType |
getType(java.lang.String name)
Return a MetadataType that matches the given name by either matching
a known type (ignoring case) or creating an unknown type.
|
int |
hashCode()
Override Object.hashCode() to be consistent with this equals.
|
java.lang.String |
toString()
Return the MetadataType name.
|
public static final MetadataType NONE
public static final MetadataType THREDDS
public static final MetadataType ADN
public static final MetadataType AGGREGATION
public static final MetadataType CATALOG_GEN_CONFIG
public static final MetadataType DUBLIN_CORE
public static final MetadataType DIF
public static final MetadataType FGDC
public static final MetadataType LAS
public static final MetadataType ESG
public static final MetadataType NETCDF
public static final MetadataType NcML
public static final MetadataType THREDDS_DLEntry
public static final MetadataType THREDDS_DLCollection
public static java.util.Collection<MetadataType> getAllTypes()
public static MetadataType findType(java.lang.String name)
name
- the name of the desired DataFormatType.public static MetadataType getType(java.lang.String name)
name
- name of the desired MetadataTypepublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object