Interface Value

All Known Implementing Classes:
CharSequenceValue, NumberValue, ValueContainer

public interface Value
  • Method Details

    • byteValue

      byte byteValue()
    • shortValue

      short shortValue()
    • intValue

      int intValue()
    • longValue

      long longValue()
    • bigDecimalValue

      BigDecimal bigDecimalValue()
    • bigIntegerValue

      BigInteger bigIntegerValue()
    • floatValue

      float floatValue()
    • doubleValue

      double doubleValue()
    • booleanValue

      boolean booleanValue()
    • dateValue

      Date dateValue()
    • stringValue

      String stringValue()
    • stringValueEncoded

      String stringValueEncoded()
    • toValue

      Object toValue()
    • toEnum

      <T extends Enum> T toEnum(Class<T> cls)
    • isContainer

      boolean isContainer()
    • chop

      void chop()
    • charValue

      char charValue()