public class SimpleArrayTypeInfo extends Object implements ArrayTypeInfo
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType() |
DataTypeInfo |
getElementTypeInfo()
Get the data type info of the element in the Array type.
|
String |
getTypeName() |
String |
toString() |
public String getTypeName()
public DataTypeInfo getElementTypeInfo()
ArrayTypeInfo
getElementTypeInfo
in interface ArrayTypeInfo
public DataType getDataType()
getDataType
in interface DataTypeInfo
public String toString()
toString
in interface DataTypeInfo
toString
in class Object
Copyright © 2023. All rights reserved.