org.simantics.databoard.type
Class UnionType
java.lang.Object
org.simantics.databoard.type.DataType
org.simantics.databoard.type.UnionType
public class UnionType
- extends DataType
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
components
public Component[] components
UnionType
public UnionType()
UnionType
public UnionType(Component... components)
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
count
public int count()
getComponentIndex
public java.lang.Integer getComponentIndex(java.lang.String tagName)
getComponent
public Component getComponent(int i)
getComponents
public Component[] getComponents()