public class ValueResultData extends Object implements ResultData
| Constructor and Description |
|---|
ValueResultData() |
ValueResultData(Object value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ResultDataVisitor<T> visitor)
Accepts the specified visitor.
|
Object |
getValue() |
void |
setValue(Object value) |
String |
toString() |
public ValueResultData()
public ValueResultData(Object value)
public final Object getValue()
public final void setValue(Object value)
public <T> T accept(ResultDataVisitor<T> visitor)
ResultDataaccept in interface ResultDataT - type of the results of the ResultDataVisitorvisitor - the visitor (must not be null)Copyright © 1998-2021 Apache Software Foundation. All Rights Reserved.