FeedbackScope
instead@Deprecated public enum ValidationScope extends Enum<ValidationScope>
Enum Constant and Description |
---|
COMPOUND
Deprecated.
|
DOCUMENT
Deprecated.
|
FIELD
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ValidationScope |
from(FeedbackScope feedbackScope)
Deprecated.
|
FeedbackScope |
toFeedbackScope()
Deprecated.
|
static ValidationScope |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ValidationScope[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationScope COMPOUND
public static final ValidationScope DOCUMENT
public static final ValidationScope FIELD
public static ValidationScope[] values()
for (ValidationScope c : ValidationScope.values()) System.out.println(c);
public static ValidationScope 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 ValidationScope from(FeedbackScope feedbackScope)
public FeedbackScope toFeedbackScope()
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.