public static enum MappingExtension.Mapping.SearchContext extends java.lang.Enum<MappingExtension.Mapping.SearchContext>
Enum Constant and Description |
---|
SOURCE_CODES
Apply the restriction to the "Source" codes of the mapping.
|
SOURCE_OR_TARGET_CODES
Apply the restriction to Either the Source OR Target codes of the mapping.
|
TARGET_CODES
Apply the restriction to the "Target" codes of the mapping.
|
Modifier and Type | Method and Description |
---|---|
static MappingExtension.Mapping.SearchContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MappingExtension.Mapping.SearchContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingExtension.Mapping.SearchContext SOURCE_CODES
public static final MappingExtension.Mapping.SearchContext TARGET_CODES
public static final MappingExtension.Mapping.SearchContext SOURCE_OR_TARGET_CODES
public static MappingExtension.Mapping.SearchContext[] values()
for (MappingExtension.Mapping.SearchContext c : MappingExtension.Mapping.SearchContext.values()) System.out.println(c);
public static MappingExtension.Mapping.SearchContext 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