protected static enum CustomConversions.ConverterRegistrationIntent.ConverterOrigin extends Enum<CustomConversions.ConverterRegistrationIntent.ConverterOrigin>
Enum Constant and Description |
---|
DEFAULT |
STORE |
USER_DEFINED |
Modifier and Type | Method and Description |
---|---|
static CustomConversions.ConverterRegistrationIntent.ConverterOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomConversions.ConverterRegistrationIntent.ConverterOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomConversions.ConverterRegistrationIntent.ConverterOrigin DEFAULT
public static final CustomConversions.ConverterRegistrationIntent.ConverterOrigin USER_DEFINED
public static final CustomConversions.ConverterRegistrationIntent.ConverterOrigin STORE
public static CustomConversions.ConverterRegistrationIntent.ConverterOrigin[] values()
for (CustomConversions.ConverterRegistrationIntent.ConverterOrigin c : CustomConversions.ConverterRegistrationIntent.ConverterOrigin.values()) System.out.println(c);
public static CustomConversions.ConverterRegistrationIntent.ConverterOrigin 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 © 2011–2022 Pivotal Software, Inc.. All rights reserved.