public static enum DeserializationContext.ImportMemberRules.ForUpdate extends Enum<DeserializationContext.ImportMemberRules.ForUpdate>
Enum Constant and Description |
---|
ALL_MEMBERS |
ALL_MEMBERS_OF_TYPE_GROUP |
ALL_MEMBERS_OF_TYPE_GROUP_IGNORING_NON_EXISTENT_GROUPS |
ONLY_LOCAL_MEMBERS_OF_TYPE_GROUP |
Modifier and Type | Method and Description |
---|---|
static DeserializationContext.ImportMemberRules.ForUpdate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeserializationContext.ImportMemberRules.ForUpdate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeserializationContext.ImportMemberRules.ForUpdate ALL_MEMBERS
public static final DeserializationContext.ImportMemberRules.ForUpdate ALL_MEMBERS_OF_TYPE_GROUP
public static final DeserializationContext.ImportMemberRules.ForUpdate ALL_MEMBERS_OF_TYPE_GROUP_IGNORING_NON_EXISTENT_GROUPS
public static final DeserializationContext.ImportMemberRules.ForUpdate ONLY_LOCAL_MEMBERS_OF_TYPE_GROUP
public static DeserializationContext.ImportMemberRules.ForUpdate[] values()
for (DeserializationContext.ImportMemberRules.ForUpdate c : DeserializationContext.ImportMemberRules.ForUpdate.values()) System.out.println(c);
public static DeserializationContext.ImportMemberRules.ForUpdate 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.