public enum ScopePhaseValidationItemKind extends Enum<ScopePhaseValidationItemKind>
ScopePhaseValidationItem| Enum Constant and Description |
|---|
DEPRECATED
Indicated that a function is deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ScopePhaseValidationItemKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopePhaseValidationItemKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopePhaseValidationItemKind DEPRECATED
ScopePhaseValidationItem.getParams()} params according to this kind:
public static ScopePhaseValidationItemKind[] values()
for (ScopePhaseValidationItemKind c : ScopePhaseValidationItemKind.values()) System.out.println(c);
public static ScopePhaseValidationItemKind 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 MuleSoft, Inc.. All rights reserved.