org.simantics.databoard.type
Class ArrayType
java.lang.Object
org.simantics.databoard.type.DataType
org.simantics.databoard.type.ArrayType
public class ArrayType
- extends DataType
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
componentType
public DataType componentType
ArrayType
public ArrayType()
ArrayType
public ArrayType(DataType componentType)
ArrayType
public ArrayType(DataType componentType,
java.lang.String length)
ArrayType
public ArrayType(DataType componentType,
Range length)
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
getComponentType
public DataType getComponentType()
setComponentType
public void setComponentType(DataType componentType)
minLength
public int minLength()
maxLength
public int maxLength()
getLength
public Range getLength()
getLengthStr
public java.lang.String getLengthStr()
setLength
public void setLength(java.lang.String length)
setLength
public void setLength(Range range)