Class InvokeMethod

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Activities
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Activities.Statements.InvokeMethod
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • InvokeMethod

        public InvokeMethod​(java.lang.Object instance)
                     throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • InvokeMethod

        public InvokeMethod()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getRunAsynchronously

        public boolean getRunAsynchronously()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRunAsynchronously

        public void setRunAsynchronously​(boolean RunAsynchronously)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTargetObject

        public InArgument getTargetObject()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTargetObject

        public void setTargetObject​(InArgument TargetObject)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getResult

        public OutArgument getResult()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setResult

        public void setResult​(OutArgument Result)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMethodName

        public java.lang.String getMethodName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMethodName

        public void setMethodName​(java.lang.String MethodName)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTargetType

        public NetType getTargetType()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTargetType

        public void setTargetType​(NetType TargetType)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable