public static enum TypeWriter.FieldPool.Disabled extends Enum<TypeWriter.FieldPool.Disabled> implements TypeWriter.FieldPool
TypeWriter.FieldPool.Disabled, TypeWriter.FieldPool.Record
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.FieldPool.Record |
target(FieldDescription fieldDescription)
Looks up a handler entry for a given field.
|
static TypeWriter.FieldPool.Disabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeWriter.FieldPool.Disabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeWriter.FieldPool.Disabled INSTANCE
public static TypeWriter.FieldPool.Disabled[] values()
for (TypeWriter.FieldPool.Disabled c : TypeWriter.FieldPool.Disabled.values()) System.out.println(c);
public static TypeWriter.FieldPool.Disabled 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 TypeWriter.FieldPool.Record target(FieldDescription fieldDescription)
target
in interface TypeWriter.FieldPool
fieldDescription
- The field being processed.Copyright © 2014–2020. All rights reserved.