|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.type.Datatype
org.simantics.databoard.type.NumberType
org.simantics.databoard.type.FloatType
public class FloatType
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.simantics.databoard.type.Datatype |
---|
Datatype.Visitor<T>, Datatype.Visitor1 |
Field Summary |
---|
Fields inherited from class org.simantics.databoard.type.NumberType |
---|
unit |
Constructor Summary | |
---|---|
FloatType()
|
|
FloatType(java.lang.String unit)
|
|
FloatType(java.lang.String unit,
Range range)
|
|
FloatType(java.lang.String unit,
java.lang.String range)
|
Method Summary | ||
---|---|---|
|
accept(Datatype.Visitor<T> v)
|
|
void |
accept(Datatype.Visitor1 v,
java.lang.Object obj)
|
|
int |
hashCode()
|
|
float |
maxValue()
|
|
float |
minValue()
|
Methods inherited from class org.simantics.databoard.type.NumberType |
---|
getComponentCount, getComponentType, getComponentType, getRange, getRangeStr, getUnit, setRange, setRange, setUnit |
Methods inherited from class org.simantics.databoard.type.Datatype |
---|
equals, toSingleLineString, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FloatType()
public FloatType(java.lang.String unit)
public FloatType(java.lang.String unit, Range range)
public FloatType(java.lang.String unit, java.lang.String range)
Method Detail |
---|
public float minValue()
public float maxValue()
public int hashCode()
hashCode
in class java.lang.Object
public void accept(Datatype.Visitor1 v, java.lang.Object obj)
accept
in class Datatype
public <T> T accept(Datatype.Visitor<T> v)
accept
in class Datatype
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |