Class ArrayDataType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DataType>

    public class ArrayDataType
    extends CollectionDataType
    Author:
    Einar M R Rosenvinge
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static int classId
    • Constructor Detail

      • ArrayDataType

        public ArrayDataType​(DataType nestedType)
      • ArrayDataType

        public ArrayDataType​(DataType nestedType,
                             int code)
    • Method Detail

      • buildFieldPath

        public FieldPath buildFieldPath​(java.lang.String remainFieldName)
        Description copied from class: DataType
        Creates a field path from the given field path string.
        Overrides:
        buildFieldPath in class DataType
        Parameters:
        remainFieldName - a string containing the field path
        Returns:
        Returns a valid field path, parsed from the string