Class AttributeInfo


  • public class AttributeInfo
    extends java.lang.Object
    Contains the attribute parameters and getters/setters of those parameters
    • Field Detail

      • AttNum

        public int AttNum
      • Type

        public java.lang.String Type
      • propertyVal

        public int propertyVal
      • Length

        public int Length
      • Offset

        public int Offset
      • Value

        public java.lang.String Value
    • Constructor Detail

      • AttributeInfo

        public AttributeInfo()
    • Method Detail

      • getAttNum

        public int getAttNum()
      • setAttNum

        public void setAttNum​(int attNum)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getPropertyVal

        public int getPropertyVal()
      • setPropertyVal

        public void setPropertyVal​(int propertyVal)
      • getLength

        public int getLength()
      • setLength

        public void setLength​(int length)
      • getOffset

        public int getOffset()
      • setOffset

        public void setOffset​(int offset)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)