public enum SourceOperationType extends Enum<SourceOperationType> implements org.apache.avro.generic.GenericEnumSymbol<SourceOperationType>
| Enum Constant and Description |
|---|
SOURCE_DESCRIPTION |
SOURCE_TAG |
| 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 SourceOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceOperationType[] |
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 SourceOperationType SOURCE_TAG
public static final SourceOperationType SOURCE_DESCRIPTION
public static SourceOperationType[] values()
for (SourceOperationType c : SourceOperationType.values()) System.out.println(c);
public static SourceOperationType 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.