public static enum CodegenSharableSerdeEventTyped.CodegenSharableSerdeName extends Enum<CodegenSharableSerdeEventTyped.CodegenSharableSerdeName>
Enum Constant and Description |
---|
LINKEDHASHMAPEVENTSANDINT |
LISTEVENTS |
NULLABLEEVENTMAYCOLLATE |
REFCOUNTEDSETATOMICINTEGER |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
static CodegenSharableSerdeEventTyped.CodegenSharableSerdeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenSharableSerdeEventTyped.CodegenSharableSerdeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodegenSharableSerdeEventTyped.CodegenSharableSerdeName NULLABLEEVENTMAYCOLLATE
public static final CodegenSharableSerdeEventTyped.CodegenSharableSerdeName LISTEVENTS
public static final CodegenSharableSerdeEventTyped.CodegenSharableSerdeName LINKEDHASHMAPEVENTSANDINT
public static final CodegenSharableSerdeEventTyped.CodegenSharableSerdeName REFCOUNTEDSETATOMICINTEGER
public static CodegenSharableSerdeEventTyped.CodegenSharableSerdeName[] values()
for (CodegenSharableSerdeEventTyped.CodegenSharableSerdeName c : CodegenSharableSerdeEventTyped.CodegenSharableSerdeName.values()) System.out.println(c);
public static CodegenSharableSerdeEventTyped.CodegenSharableSerdeName 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–2020. All rights reserved.