Class PrimitiveValueImpl

    • Constructor Detail

      • PrimitiveValueImpl

        public PrimitiveValueImpl​(String aValue)
      • PrimitiveValueImpl

        public PrimitiveValueImpl​(int aValue)
      • PrimitiveValueImpl

        public PrimitiveValueImpl​(float aValue)
    • Method Detail

      • toInt

        public int toInt()
        Description copied from interface: PrimitiveValue
        Gets this value as an integer.
        Specified by:
        toInt in interface PrimitiveValue
        Returns:
        integer value, 0 if a non-integer
      • toFloat

        public float toFloat()
        Description copied from interface: PrimitiveValue
        Gets this value as a float.
        Specified by:
        toFloat in interface PrimitiveValue
        Returns:
        float value, 0 if a non-number.
      • get

        public Object get()
        Description copied from interface: FeatureValue
        Gets the feature value as a Java object.
        Specified by:
        get in interface FeatureValue
        Returns:
        the feature value.