public enum OverrideType extends Enum<OverrideType>
| Enum Constant and Description |
|---|
OVERRIDE_ASK_FALSE |
OVERRIDE_ASK_TRUE |
OVERRIDE_FALSE |
OVERRIDE_TRUE |
OVERRIDE_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static OverrideType |
getOverrideTypeFromAttribute(String attribute) |
static OverrideType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverrideType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverrideType OVERRIDE_FALSE
public static final OverrideType OVERRIDE_TRUE
public static final OverrideType OVERRIDE_ASK_FALSE
public static final OverrideType OVERRIDE_ASK_TRUE
public static final OverrideType OVERRIDE_UPDATE
public static OverrideType[] values()
for (OverrideType c : OverrideType.values()) System.out.println(c);
public static OverrideType 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 getAttribute()
public static OverrideType getOverrideTypeFromAttribute(String attribute)
Copyright © 2001–2025. All rights reserved.