public abstract static class ModelTestModelDescriptionValidator.ValidationFailure extends Object
| Constructor and Description |
|---|
ModelTestModelDescriptionValidator.ValidationFailure() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jboss.dmr.ModelNode |
getAddress()
Gets the address the validation error happened at
|
abstract String |
getAttributeName()
Gets the name of the attribute failing validation
|
abstract String |
getOperationName()
Gets the name of the operation failing validation
|
abstract String |
getOperationParameterName()
Gets the name of the operation parameter failing validation
|
abstract String |
toString()
Formats the error string for printing
|
public ModelTestModelDescriptionValidator.ValidationFailure()
public abstract String toString()
public abstract org.jboss.dmr.ModelNode getAddress()
public abstract String getOperationName()
null if it was not an operationpublic abstract String getOperationParameterName()
null if it was not an operation parameterpublic abstract String getAttributeName()
null if it was not an attributeCopyright © 2015 JBoss by Red Hat. All rights reserved.