Class CallableElementParameter


  • public class CallableElementParameter
    extends Object
    Author:
    Roman Smirnov
    • Field Detail

      • target

        protected String target
      • allVariables

        protected boolean allVariables
      • readLocal

        protected boolean readLocal
    • Constructor Detail

      • CallableElementParameter

        public CallableElementParameter()
    • Method Detail

      • getTarget

        public String getTarget()
      • setTarget

        public void setTarget​(String target)
      • isAllVariables

        public boolean isAllVariables()
      • setAllVariables

        public void setAllVariables​(boolean allVariables)
      • setReadLocal

        public void setReadLocal​(boolean readLocal)
      • isReadLocal

        public boolean isReadLocal()