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