public static enum ValidationBundlesNamespace.ValidationBundleType extends Enum<ValidationBundlesNamespace.ValidationBundleType>
| Enum Constant and Description |
|---|
SUPPORTED_AUGMENT_TARGETS
Whether a node is suitable target for augment operation.
|
SUPPORTED_CASE_SHORTHANDS
Whether a case shorthand can be created for a
node.
|
SUPPORTED_DATA_NODES
Whether a node is data node.
|
SUPPORTED_REFINE_SUBSTATEMENTS
Whether a node is suitable refine substatement.
|
SUPPORTED_REFINE_TARGETS
Whether a node is suitable target for refine operation.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationBundlesNamespace.ValidationBundleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationBundlesNamespace.ValidationBundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationBundlesNamespace.ValidationBundleType SUPPORTED_REFINE_SUBSTATEMENTS
public static final ValidationBundlesNamespace.ValidationBundleType SUPPORTED_REFINE_TARGETS
public static final ValidationBundlesNamespace.ValidationBundleType SUPPORTED_AUGMENT_TARGETS
public static final ValidationBundlesNamespace.ValidationBundleType SUPPORTED_CASE_SHORTHANDS
public static final ValidationBundlesNamespace.ValidationBundleType SUPPORTED_DATA_NODES
public static ValidationBundlesNamespace.ValidationBundleType[] values()
for (ValidationBundlesNamespace.ValidationBundleType c : ValidationBundlesNamespace.ValidationBundleType.values()) System.out.println(c);
public static ValidationBundlesNamespace.ValidationBundleType 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 nullCopyright © 2020 OpenDaylight. All rights reserved.