Interface Value

    • Method Detail

      • byteValue

        byte byteValue()
      • shortValue

        short shortValue()
      • intValue

        int intValue()
      • longValue

        long longValue()
      • floatValue

        float floatValue()
      • doubleValue

        double doubleValue()
      • booleanValue

        boolean booleanValue()
      • dateValue

        Date dateValue()
      • stringValue

        String stringValue()
      • stringValueEncoded

        String stringValueEncoded()
      • toEnum

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

        boolean isContainer()
      • chop

        void chop()
      • charValue

        char charValue()