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