public interface IValue
Modifier and Type | Interface and Description |
---|---|
static class |
IValue.Relation |
Modifier and Type | Method and Description |
---|---|
IValue.Relation |
getRelation() |
double |
getValue() |
void |
setRelation(IValue.Relation relation) |
void |
setValue(double value) |
double getValue()
void setValue(double value)
IValue.Relation getRelation()
void setRelation(IValue.Relation relation)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.