public class StringResultType extends Object implements SingleValueTypes<String>
Constructor and Description |
---|
StringResultType(UniqueValueDef def,
String value) |
Modifier and Type | Method and Description |
---|---|
UniqueValueDef |
def() |
String |
description() |
String |
toString() |
String |
value() |
public StringResultType(UniqueValueDef def, String value)
public String value()
value
in interface ResultType<String>
public UniqueValueDef def()
def
in interface ResultType<String>
public String description()
description
in interface ResultType<String>
Copyright © 2018. All rights reserved.