Class AlfrescoParameter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean set  
      protected T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      AlfrescoParameter​(boolean set, T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getValue()  
      boolean isSet()  
      • Methods inherited from class java.lang.Object

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

      • set

        protected boolean set
      • value

        protected T value
    • Constructor Detail

      • AlfrescoParameter

        public AlfrescoParameter​(boolean set,
                                 T value)
    • Method Detail

      • isSet

        public boolean isSet()
      • getValue

        public T getValue()