public static enum RuleBasedEntityMap.MapType extends Enum<RuleBasedEntityMap.MapType> implements BmcEnum
mapType
Enum Constant and Description |
---|
Mapbyname |
Mapbypattern |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static RuleBasedEntityMap.MapType |
create(String key) |
String |
getValue() |
static RuleBasedEntityMap.MapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleBasedEntityMap.MapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleBasedEntityMap.MapType Mapbyname
public static final RuleBasedEntityMap.MapType Mapbypattern
public static final RuleBasedEntityMap.MapType UnknownEnumValue
public static RuleBasedEntityMap.MapType[] values()
for (RuleBasedEntityMap.MapType c : RuleBasedEntityMap.MapType.values()) System.out.println(c);
public static RuleBasedEntityMap.MapType 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 nullpublic static RuleBasedEntityMap.MapType create(String key)
Copyright © 2016–2025. All rights reserved.