Class AttributeEntry


  • public class AttributeEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] dim
      length is the length of the attribute.
      int length
      length is the length of the attribute.
      int type
      length is the length of the attribute.
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeEntry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • length

        public int length
        length is the length of the attribute. type is the number type of the attribute.
      • type

        public int type
        length is the length of the attribute. type is the number type of the attribute.
      • dim

        public int[] dim
        length is the length of the attribute. type is the number type of the attribute.
    • Constructor Detail

      • AttributeEntry

        public AttributeEntry()