Modifier and Type | Field and Description |
---|---|
protected ValidationScope |
Validation.scope |
Modifier and Type | Method and Description |
---|---|
static ValidationScope |
ValidationScope.fromValue(String v) |
ValidationScope |
Validation.getScope()
Gets the value of the scope property.
|
static ValidationScope |
ValidationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationScope[] |
ValidationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Validation.setScope(ValidationScope value)
Sets the value of the scope property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.