public class AttrResultInfo extends Object
| Constructor and Description |
|---|
AttrResultInfo(String name,
PropertyEditor editor,
Object result,
Throwable throwable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText()
Get the text representation
|
PropertyEditor |
getEditor()
Get the editor
|
Throwable |
getError()
Get the error
|
String |
getName()
Get the name
|
Object |
getResult()
Get the result
|
public AttrResultInfo(String name, PropertyEditor editor, Object result, Throwable throwable)
name - The nameeditor - The editorresult - The resultthrowable - The errorpublic String getName()
public PropertyEditor getEditor()
public Object getResult()
public Throwable getError()
public String getAsText()
Copyright © 2021 JBoss by Red Hat. All rights reserved.