public static enum ParameterizedValueBuilder.Part extends Enum<ParameterizedValueBuilder.Part>
Modifier and Type | Method and Description |
---|---|
static ParameterizedValueBuilder.Part |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterizedValueBuilder.Part[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterizedValueBuilder.Part LHS
public static final ParameterizedValueBuilder.Part RHS
public static ParameterizedValueBuilder.Part[] values()
for (ParameterizedValueBuilder.Part c : ParameterizedValueBuilder.Part.values()) System.out.println(c);
public static ParameterizedValueBuilder.Part 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 © 2001–2020 JBoss by Red Hat. All rights reserved.