Class ParameterProtectionPlan


  • public class ParameterProtectionPlan
    extends Plan
    The print plan simply prints out the object it gets as parameter in the construtor.
    • Constructor Detail

      • ParameterProtectionPlan

        public ParameterProtectionPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • testInit

        protected void testInit​(IElement elem)
        Test init-mode access.
      • testInProcess

        protected void testInProcess​(IElement elem)
        Test in-process access.
      • getParameterValue

        protected java.lang.Object getParameterValue​(IElement element,
                                                     java.lang.String name)
        Get a parameter value of an event or goal.
      • setParameterValue

        protected void setParameterValue​(IElement element,
                                         java.lang.String name,
                                         java.lang.Object value)
        Get a parameter value of an event or goal.
      • getParameterSetValues

        protected java.lang.Object[] getParameterSetValues​(IElement element,
                                                           java.lang.String name)
        Get a parameter value of an event or goal.
      • addParameterSetValue

        protected void addParameterSetValue​(IElement element,
                                            java.lang.String name,
                                            java.lang.Object value)
        Get a parameter value of an event or goal.