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