public abstract class AbstractValueResult extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractValueResult(String resultType)
Constructor for abstract result.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractValueResult |
cloneWithoutMeta()
Clones this instance without metadata entries.
|
boolean |
equals(Object o) |
String |
getResultType()
Get specific result type.
|
int |
hashCode() |
protected AbstractValueResult(String resultType)
resultType
- the specific result type
public String getResultType()
public abstract AbstractValueResult cloneWithoutMeta()
Copyright © 2023. All rights reserved.