public enum OpenMetadataArchiveType extends Enum<OpenMetadataArchiveType>
| Enum Constant and Description |
|---|
CONTENT_PACK |
METADATA_EXPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description of the archive type.
|
String |
getName()
Return the printable name for the archive type.
|
int |
getOrdinal()
Return the code number for the archive type.
|
String |
toString()
toString() JSON-style
|
static OpenMetadataArchiveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenMetadataArchiveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenMetadataArchiveType CONTENT_PACK
public static final OpenMetadataArchiveType METADATA_EXPORT
public static OpenMetadataArchiveType[] values()
for (OpenMetadataArchiveType c : OpenMetadataArchiveType.values()) System.out.println(c);
public static OpenMetadataArchiveType 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<OpenMetadataArchiveType>Copyright © 2018–2019 ODPi. All rights reserved.