public enum DataInputOutputSerdeForgeEventSerdeMethod extends Enum<DataInputOutputSerdeForgeEventSerdeMethod>
Enum Constant and Description |
---|
NULLABLEEVENT |
NULLABLEEVENTARRAY |
NULLABLEEVENTARRAYORUNDERLYING |
NULLABLEEVENTORUNDERLYING |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
static DataInputOutputSerdeForgeEventSerdeMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataInputOutputSerdeForgeEventSerdeMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataInputOutputSerdeForgeEventSerdeMethod NULLABLEEVENT
public static final DataInputOutputSerdeForgeEventSerdeMethod NULLABLEEVENTARRAY
public static final DataInputOutputSerdeForgeEventSerdeMethod NULLABLEEVENTORUNDERLYING
public static final DataInputOutputSerdeForgeEventSerdeMethod NULLABLEEVENTARRAYORUNDERLYING
public static DataInputOutputSerdeForgeEventSerdeMethod[] values()
for (DataInputOutputSerdeForgeEventSerdeMethod c : DataInputOutputSerdeForgeEventSerdeMethod.values()) System.out.println(c);
public static DataInputOutputSerdeForgeEventSerdeMethod 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 String getMethodName()
Copyright © 2005–2021. All rights reserved.