public static enum VendorExtension.ExtensionLevel extends Enum<VendorExtension.ExtensionLevel>
| Enum Constant and Description |
|---|
FIELD |
MODEL |
OPERATION |
OPERATION_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static VendorExtension.ExtensionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorExtension.ExtensionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VendorExtension.ExtensionLevel FIELD
public static final VendorExtension.ExtensionLevel MODEL
public static final VendorExtension.ExtensionLevel OPERATION
public static final VendorExtension.ExtensionLevel OPERATION_PARAMETER
public static VendorExtension.ExtensionLevel[] values()
for (VendorExtension.ExtensionLevel c : VendorExtension.ExtensionLevel.values()) System.out.println(c);
public static VendorExtension.ExtensionLevel 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 © 2023. All rights reserved.