|
|||||||||
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.IntegerType
public class IntegerType
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 |
---|
KEY_RANGE, KEY_UNIT |
Fields inherited from class org.simantics.databoard.type.Datatype |
---|
metadata |
Constructor Summary | |
---|---|
IntegerType()
|
|
IntegerType(java.lang.String unit)
|
|
IntegerType(java.lang.String unit,
Range range)
|
|
IntegerType(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()
|
|
int |
maxValue()
|
|
int |
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, metadataHashCode, toSingleLineString, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntegerType()
public IntegerType(java.lang.String unit)
public IntegerType(java.lang.String unit, java.lang.String range)
public IntegerType(java.lang.String unit, Range range)
Method Detail |
---|
public int minValue()
public int maxValue()
public int hashCode()
hashCode
in class Datatype
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 |