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