public enum SourceTagAction extends Enum<SourceTagAction> implements org.apache.avro.generic.GenericEnumSymbol<SourceTagAction>
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Schema |
getClassSchema() |
org.apache.avro.Schema |
getSchema() |
static SourceTagAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceTagAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetClass, notify, notifyAll, toString, wait, wait, waitcompareTopublic static final SourceTagAction ADD
public static final SourceTagAction SAVE
public static final SourceTagAction DELETE
public static SourceTagAction[] values()
for (SourceTagAction c : SourceTagAction.values()) System.out.println(c);
public static SourceTagAction 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 static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerCopyright © 2020. All rights reserved.