public enum EEntityConflictResolveAction extends Enum<EEntityConflictResolveAction> implements INamedUiElement
| Enum Constant and Description | 
|---|
CREATE_NEW  | 
OVERRIDE  | 
SKIP  | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale l)  | 
String | 
getHelp(Locale l)  | 
static EEntityConflictResolveAction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EEntityConflictResolveAction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EEntityConflictResolveAction OVERRIDE
public static final EEntityConflictResolveAction CREATE_NEW
public static final EEntityConflictResolveAction SKIP
public static EEntityConflictResolveAction[] values()
for (EEntityConflictResolveAction c : EEntityConflictResolveAction.values()) System.out.println(c);
public static EEntityConflictResolveAction 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 String getDisplayName(Locale l)
getDisplayName in interface INamedUiElementCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.