public static enum HostAccess.TargetMappingPrecedence extends Enum<HostAccess.TargetMappingPrecedence>
Highest
and
high
precedences are invoked before all default
mappings
. Low
after all loss less conversions and lowest
after
all other default mappings.
Highest
have higher and high
have the same precedence as the default loss-less mapping.
The precedence low
declares equal precedence than all lossy coercions and
lowest
defines precedence lower than all default mappings.
for detailed information on conversion order.
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
HIGH
Defines high or default precedence and conversion order for a target type mapping.
|
HIGHEST
Defines higher precedence and conversion order as all default mappings and target type
mappings with lower precedence.
|
LOW
Defines low precedence and conversion order for a target type mapping.
|
LOWEST
Defines lowest precedence and conversion order for a target type mapping.
|
Modifier and Type | Method and Description |
---|---|
static HostAccess.TargetMappingPrecedence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostAccess.TargetMappingPrecedence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostAccess.TargetMappingPrecedence HIGHEST
public static final HostAccess.TargetMappingPrecedence HIGH
public static final HostAccess.TargetMappingPrecedence LOW
public static final HostAccess.TargetMappingPrecedence LOWEST
public static HostAccess.TargetMappingPrecedence[] values()
public static HostAccess.TargetMappingPrecedence 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 null