org.simantics.databoard.type
Class OptionalType
java.lang.Object
org.simantics.databoard.type.DataType
org.simantics.databoard.type.OptionalType
public class OptionalType
- extends DataType
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
componentType
public DataType componentType
OptionalType
public OptionalType()
OptionalType
public OptionalType(DataType componentType)
getComponentType
public DataType getComponentType()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
accept
public void accept(DataType.Visitor1 v,
java.lang.Object obj)
- Specified by:
accept
in class DataType
accept
public <T> T accept(DataType.Visitor<T> v)
- Specified by:
accept
in class DataType