Package org.yamcs.yarch
Class ArrayDataType
java.lang.Object
org.yamcs.yarch.DataType
org.yamcs.yarch.ArrayDataType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.yarch.DataType
DataType._type
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.yamcs.yarch.DataType
array, byName, capitalized, castAs, castAs, compare, compatible, getSerializedSize, getTypeId, isComparable, isNumber, isPrimitiveJavaType, javaType, primitiveJavaType, protobuf, protobuf, tuple, typeOf
-
Constructor Details
-
ArrayDataType
-
-
Method Details
-
getElementType
-
hasEnums
public boolean hasEnums()Return true if this data type is an enum or a composite type (array) containing an enum -
hashCode
public int hashCode() -
name
Description copied from class:DataType
Returns type as string. -
equals
-
toString
-