public enum EditStrategyType extends Enum<EditStrategyType>
| Modifier and Type | Method and Description |
|---|---|
static void |
compareParsedStrategyToDefaultEnforcing(EditStrategyType parsedStrategy,
EditStrategyType defaultStrategy) |
static EditStrategyType |
getDefaultStrategy() |
EditConfigStrategy |
getFittingStrategy() |
boolean |
isEnforcing() |
static EditStrategyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditStrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditStrategyType merge
public static final EditStrategyType replace
public static final EditStrategyType none
public static final EditStrategyType delete
public static final EditStrategyType remove
public static EditStrategyType[] values()
for (EditStrategyType c : EditStrategyType.values()) System.out.println(c);
public static EditStrategyType 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 EditStrategyType getDefaultStrategy()
public boolean isEnforcing()
public static void compareParsedStrategyToDefaultEnforcing(EditStrategyType parsedStrategy, EditStrategyType defaultStrategy) throws OperationNotPermittedException
OperationNotPermittedExceptionpublic EditConfigStrategy getFittingStrategy()
Copyright © 2016 OpenDaylight. All rights reserved.