public static enum ConfigCatalogExtProto.DataRootType extends java.lang.Enum<ConfigCatalogExtProto.DataRootType> implements com.google.protobuf.ProtocolMessageEnum
DataRootType
same as DataRoot.Type
| Enum Constant and Description |
|---|
catalogScan
catalogScan = 3; |
datasetRoot
datasetRoot = 1; |
datasetScan
datasetScan = 2; |
defo
defo = 0; |
featureCollection
featureCollection = 4; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
catalogScan_VALUE
catalogScan = 3; |
static int |
datasetRoot_VALUE
datasetRoot = 1; |
static int |
datasetScan_VALUE
datasetScan = 2; |
static int |
defo_VALUE
defo = 0; |
static int |
featureCollection_VALUE
featureCollection = 4; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ConfigCatalogExtProto.DataRootType> |
internalGetValueMap() |
static ConfigCatalogExtProto.DataRootType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConfigCatalogExtProto.DataRootType |
valueOf(int value) |
static ConfigCatalogExtProto.DataRootType |
valueOf(java.lang.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.
|
public static final ConfigCatalogExtProto.DataRootType defo
defo = 0;public static final ConfigCatalogExtProto.DataRootType datasetRoot
datasetRoot = 1;public static final ConfigCatalogExtProto.DataRootType datasetScan
datasetScan = 2;public static final ConfigCatalogExtProto.DataRootType catalogScan
catalogScan = 3;public static final ConfigCatalogExtProto.DataRootType featureCollection
featureCollection = 4;public static final ConfigCatalogExtProto.DataRootType UNRECOGNIZED
public static final int defo_VALUE
defo = 0;public static final int datasetRoot_VALUE
datasetRoot = 1;public static final int datasetScan_VALUE
datasetScan = 2;public static final int catalogScan_VALUE
catalogScan = 3;public static final int featureCollection_VALUE
featureCollection = 4;public static ConfigCatalogExtProto.DataRootType[] values()
for (ConfigCatalogExtProto.DataRootType c : ConfigCatalogExtProto.DataRootType.values()) System.out.println(c);
public static ConfigCatalogExtProto.DataRootType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static ConfigCatalogExtProto.DataRootType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ConfigCatalogExtProto.DataRootType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ConfigCatalogExtProto.DataRootType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)