Package thredds.server.catalog.tracker
Enum ConfigCatalogExtProto.DataRootType
- java.lang.Object
-
- java.lang.Enum<ConfigCatalogExtProto.DataRootType>
-
- thredds.server.catalog.tracker.ConfigCatalogExtProto.DataRootType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ConfigCatalogExtProto.DataRootType>
- Enclosing class:
- ConfigCatalogExtProto
public static enum ConfigCatalogExtProto.DataRootType extends Enum<ConfigCatalogExtProto.DataRootType> implements com.google.protobuf.ProtocolMessageEnum
same as DataRoot.Type
Protobuf enumDataRootType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description catalogScancatalogScan = 3;datasetRootdatasetRoot = 1;datasetScandatasetScan = 2;defodefo = 0;featureCollectionfeatureCollection = 4;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intcatalogScan_VALUEcatalogScan = 3;static intdatasetRoot_VALUEdatasetRoot = 1;static intdatasetScan_VALUEdatasetScan = 2;static intdefo_VALUEdefo = 0;static intfeatureCollection_VALUEfeatureCollection = 4;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConfigCatalogExtProto.DataRootTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ConfigCatalogExtProto.DataRootType>internalGetValueMap()static ConfigCatalogExtProto.DataRootTypevalueOf(int value)Deprecated.static ConfigCatalogExtProto.DataRootTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConfigCatalogExtProto.DataRootTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ConfigCatalogExtProto.DataRootType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
defo
public static final ConfigCatalogExtProto.DataRootType defo
defo = 0;
-
datasetRoot
public static final ConfigCatalogExtProto.DataRootType datasetRoot
datasetRoot = 1;
-
datasetScan
public static final ConfigCatalogExtProto.DataRootType datasetScan
datasetScan = 2;
-
catalogScan
public static final ConfigCatalogExtProto.DataRootType catalogScan
catalogScan = 3;
-
featureCollection
public static final ConfigCatalogExtProto.DataRootType featureCollection
featureCollection = 4;
-
UNRECOGNIZED
public static final ConfigCatalogExtProto.DataRootType UNRECOGNIZED
-
-
Field Detail
-
defo_VALUE
public static final int defo_VALUE
defo = 0;- See Also:
- Constant Field Values
-
datasetRoot_VALUE
public static final int datasetRoot_VALUE
datasetRoot = 1;- See Also:
- Constant Field Values
-
datasetScan_VALUE
public static final int datasetScan_VALUE
datasetScan = 2;- See Also:
- Constant Field Values
-
catalogScan_VALUE
public static final int catalogScan_VALUE
catalogScan = 3;- See Also:
- Constant Field Values
-
featureCollection_VALUE
public static final int featureCollection_VALUE
featureCollection = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ConfigCatalogExtProto.DataRootType[] 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 (ConfigCatalogExtProto.DataRootType c : ConfigCatalogExtProto.DataRootType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConfigCatalogExtProto.DataRootType 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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ConfigCatalogExtProto.DataRootType valueOf(int value)
Deprecated.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:
value- 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 nameNullPointerException- if the argument is null
-
forNumber
public static ConfigCatalogExtProto.DataRootType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ConfigCatalogExtProto.DataRootType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ConfigCatalogExtProto.DataRootType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- 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 nameNullPointerException- if the argument is null
-
-