Package | Description |
---|---|
org.apache.tamaya.model |
Modifier and Type | Method and Description |
---|---|
ValidationState |
ValidationResult.getResult()
Get the configModel result.
|
static ValidationState |
ValidationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationState[] |
ValidationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ValidationResult |
ValidationResult.of(ConfigModel configModel,
ValidationState result,
String message)
Constructor.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.