|
|||||||||
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.VariantType
public class VariantType
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.simantics.databoard.type.DataType |
---|
DataType.Visitor<T>, DataType.Visitor1 |
Field Summary | |
---|---|
static VariantType |
INSTANCE
|
Constructor Summary | |
---|---|
VariantType()
|
Method Summary | ||
---|---|---|
|
accept(DataType.Visitor<T> v)
|
|
void |
accept(DataType.Visitor1 v,
java.lang.Object obj)
|
|
int |
hashCode()
|
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 |
Field Detail |
---|
public static final VariantType INSTANCE
Constructor Detail |
---|
public VariantType()
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public <T> T accept(DataType.Visitor<T> v)
accept
in class DataType
public void accept(DataType.Visitor1 v, java.lang.Object obj)
accept
in class DataType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |