public enum MetadataServiceType extends Enum<MetadataServiceType>
MetadataServiceMetadataService| Enum Constant and Description |
|---|
COMPOSITE
The composite type of
MetadataService |
DEFAULT
The default type of
MetadataService |
REMOTE
The remote type of
MetadataService |
| Modifier and Type | Method and Description |
|---|---|
static MetadataServiceType |
getOrDefault(String value) |
String |
getValue() |
static MetadataServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataServiceType DEFAULT
MetadataServicepublic static final MetadataServiceType REMOTE
MetadataServicepublic static final MetadataServiceType COMPOSITE
MetadataServicepublic static MetadataServiceType[] values()
for (MetadataServiceType c : MetadataServiceType.values()) System.out.println(c);
public static MetadataServiceType 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 String getValue()
public static MetadataServiceType getOrDefault(String value)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.