Class AttributeTypeDefinitionInfo

    • Field Detail

      • _doubleNumberFormat

        protected static final java.text.NumberFormat _doubleNumberFormat
    • Constructor Detail

      • AttributeTypeDefinitionInfo

        protected AttributeTypeDefinitionInfo​(AttributeType attributeType)
    • Method Detail

      • isList

        public boolean isList()
      • getItem

        public AttributeInfo getItem​(java.lang.String name)
      • containsItem

        public boolean containsItem​(java.lang.String name)
      • getItemCount

        public int getItemCount()
      • dump

        public void dump​(int indent)
      • getSize

        public int getSize​(byte[] bytes,
                           int offset)
      • readLong

        protected long readLong​(byte[] bytes,
                                int offset)
      • readUnsignedInt

        protected long readUnsignedInt​(byte[] bytes,
                                       int offset)
      • readInt

        protected int readInt​(byte[] bytes,
                              int offset)
      • readShort

        protected short readShort​(byte[] bytes,
                                  int offset)