Class Attribute


  • public class Attribute
    extends Object
    Class to wrap Attributes for DataFields, so we can have double/integer/boolean attributes
    Author:
    damore
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • createBoolean

        public static Attribute createBoolean​(boolean value)
      • createInt

        public static Attribute createInt​(int value)
      • createDouble

        public static Attribute createDouble​(double value)
      • getValue

        public String getValue()
      • getIntValue

        public int getIntValue()
      • getBooleanValue

        public boolean getBooleanValue()
      • getDoubleValue

        public double getDoubleValue()
      • getType

        public Class<?> getType()