Class QueryParameter


  • @AlfrescoPublicApi
    public class QueryParameter
    extends java.lang.Object
    Encapsulates a query parameter
    Author:
    andyh
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryParameter​(QName qName, java.io.Serializable value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QName getQName()  
      java.io.Serializable getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryParameter

        public QueryParameter​(QName qName,
                              java.io.Serializable value)
    • Method Detail

      • getQName

        public QName getQName()
      • getValue

        public java.io.Serializable getValue()