Class AlfrescoParameter<T>

    • 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()