public static enum ToStringTypeProcessor.TypeVariableOutputVariant extends java.lang.Enum<ToStringTypeProcessor.TypeVariableOutputVariant>
| Enum Constant and Description |
|---|
NO_OUTPUT |
SHOW_TYPE_VARIABLE_DEFINITION |
SHOW_TYPE_VARIABLE_REFERENCE |
| Modifier and Type | Method and Description |
|---|---|
static ToStringTypeProcessor.TypeVariableOutputVariant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToStringTypeProcessor.TypeVariableOutputVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToStringTypeProcessor.TypeVariableOutputVariant SHOW_TYPE_VARIABLE_DEFINITION
public static final ToStringTypeProcessor.TypeVariableOutputVariant SHOW_TYPE_VARIABLE_REFERENCE
public static final ToStringTypeProcessor.TypeVariableOutputVariant NO_OUTPUT
public static ToStringTypeProcessor.TypeVariableOutputVariant[] values()
for (ToStringTypeProcessor.TypeVariableOutputVariant c : ToStringTypeProcessor.TypeVariableOutputVariant.values()) System.out.println(c);
public static ToStringTypeProcessor.TypeVariableOutputVariant 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 null