public enum InjectType extends java.lang.Enum<InjectType>
| Enum Constant and Description |
|---|
INJECT |
SITEMAP_INJECT |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.util.Utf8 |
getTypeString() |
static InjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InjectType INJECT
public static final InjectType SITEMAP_INJECT
public static InjectType[] values()
for (InjectType c : InjectType.values()) System.out.println(c);
public static InjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic org.apache.avro.util.Utf8 getTypeString()
Copyright © 2019 The Apache Software Foundation