public enum OpenMetadataEventProtocolVersion extends Enum<OpenMetadataEventProtocolVersion> implements Serializable
| Enum Constant and Description |
|---|
V1 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description for this enum instance.
|
String |
getName()
Return the default name for this enum instance.
|
int |
getOrdinal()
Return the code for this enum instance
|
String |
toString()
Standard toString method.
|
static OpenMetadataEventProtocolVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenMetadataEventProtocolVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenMetadataEventProtocolVersion V1
public static OpenMetadataEventProtocolVersion[] values()
for (OpenMetadataEventProtocolVersion c : OpenMetadataEventProtocolVersion.values()) System.out.println(c);
public static OpenMetadataEventProtocolVersion 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<OpenMetadataEventProtocolVersion>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.