Class BaseValue

    • Method Detail

      • getType

        public int getType()
        Specified by:
        getType in interface javax.jcr.Value
      • getDate

        public java.util.Calendar getDate()
                                   throws javax.jcr.ValueFormatException,
                                          java.lang.IllegalStateException,
                                          javax.jcr.RepositoryException
        Specified by:
        getDate in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getLong

        public long getLong()
                     throws javax.jcr.ValueFormatException,
                            java.lang.IllegalStateException,
                            javax.jcr.RepositoryException
        Specified by:
        getLong in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getBoolean

        public boolean getBoolean()
                           throws javax.jcr.ValueFormatException,
                                  java.lang.IllegalStateException,
                                  javax.jcr.RepositoryException
        Specified by:
        getBoolean in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getDouble

        public double getDouble()
                         throws javax.jcr.ValueFormatException,
                                java.lang.IllegalStateException,
                                javax.jcr.RepositoryException
        Specified by:
        getDouble in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getDecimal

        public java.math.BigDecimal getDecimal()
                                        throws javax.jcr.ValueFormatException,
                                               java.lang.IllegalStateException,
                                               javax.jcr.RepositoryException
        Specified by:
        getDecimal in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getStream

        public java.io.InputStream getStream()
                                      throws java.lang.IllegalStateException,
                                             javax.jcr.RepositoryException
        Specified by:
        getStream in interface javax.jcr.Value
        Throws:
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getBinary

        public javax.jcr.Binary getBinary()
                                   throws javax.jcr.ValueFormatException,
                                          java.lang.IllegalStateException,
                                          javax.jcr.RepositoryException
        Specified by:
        getBinary in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException
      • getString

        public java.lang.String getString()
                                   throws javax.jcr.ValueFormatException,
                                          java.lang.IllegalStateException,
                                          javax.jcr.RepositoryException
        Specified by:
        getString in interface javax.jcr.Value
        Throws:
        javax.jcr.ValueFormatException
        java.lang.IllegalStateException
        javax.jcr.RepositoryException