public abstract class Value
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJson() |
Result |
getKind2Result() |
StepValue |
getKind2StepValue() |
Type |
getKind2Type() |
static Value |
getKind2Value(StepValue kind2StepValue,
Type kind2Type,
com.google.gson.JsonElement jsonElement) |
abstract java.lang.String |
toString() |
public Type getKind2Type()
public StepValue getKind2StepValue()
public Result getKind2Result()
public static Value getKind2Value(StepValue kind2StepValue, Type kind2Type, com.google.gson.JsonElement jsonElement)
public java.lang.String getJson()
public abstract java.lang.String toString()
toString in class java.lang.Object