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