Interface TextValue


public interface TextValue
TextValue represents a serialized property value read from a System or Document View XML document.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Dispose this value, i.e.
     
    getValue(int targetType)
     
  • Method Details

    • getString

      String getString()
    • getValue

      Value getValue(int targetType) throws RepositoryException
      Throws:
      RepositoryException
    • dispose

      void dispose()
      Dispose this value, i.e. free all bound resources. Once a value has been disposed, further method invocations will cause an IOException to be thrown.