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