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