static enum UseCharacterParameterizedMethod.UCPMUserValue extends java.lang.Enum<UseCharacterParameterizedMethod.UCPMUserValue>
Enum Constant and Description |
---|
INLINE |
Modifier and Type | Method and Description |
---|---|
static UseCharacterParameterizedMethod.UCPMUserValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UseCharacterParameterizedMethod.UCPMUserValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UseCharacterParameterizedMethod.UCPMUserValue INLINE
public static UseCharacterParameterizedMethod.UCPMUserValue[] values()
for (UseCharacterParameterizedMethod.UCPMUserValue c : UseCharacterParameterizedMethod.UCPMUserValue.values()) System.out.println(c);
public static UseCharacterParameterizedMethod.UCPMUserValue 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.