Package system.activities
Class RuntimeArgument
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.LocationReference
-
- system.activities.RuntimeArgument
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class RuntimeArgument extends LocationReference
The base .NET class managing System.Activities.RuntimeArgument, System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.RuntimeArgument
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Activitiesstatic java.lang.StringclassNameQualified class name: System.Activities.RuntimeArgumentstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description RuntimeArgument()RuntimeArgument(java.lang.Object instance)Internal constructor.RuntimeArgument(java.lang.String name, NetType argumentType, ArgumentDirection direction)RuntimeArgument(java.lang.String name, NetType argumentType, ArgumentDirection direction, boolean isRequired)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuntimeArgumentcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoRuntimeArgument, a cast assert is made to check if types are compatible.NetObjectGet(ActivityContext context)ArgumentDirectiongetDirection()booleangetIsRequired()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeLocationGetLocation(ActivityContext context)voidSet(ActivityContext context, NetObject value)voidsetDirection(ArgumentDirection Direction)voidsetIsRequired(boolean IsRequired)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.activities.LocationReference
getName, getType
-
-
-
-
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.RuntimeArgument- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RuntimeArgument
public RuntimeArgument(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
RuntimeArgument
public RuntimeArgument() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
RuntimeArgument
public RuntimeArgument(java.lang.String name, NetType argumentType, ArgumentDirection direction) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
RuntimeArgument
public RuntimeArgument(java.lang.String name, NetType argumentType, ArgumentDirection direction, boolean isRequired) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classLocationReference- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classLocationReference- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classLocationReference- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classLocationReference- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classLocationReference
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classLocationReference- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static RuntimeArgument cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoRuntimeArgument, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
RuntimeArgumentinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetLocation
public Location GetLocation(ActivityContext context) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FormatException, OutOfMemoryException
- Overrides:
GetLocationin classLocationReference- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFormatExceptionOutOfMemoryException
-
Get
public NetObject Get(ActivityContext context) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedException
-
Set
public void Set(ActivityContext context, NetObject value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedException
-
getIsRequired
public boolean getIsRequired() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsRequired
public void setIsRequired(boolean IsRequired) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDirection
public ArgumentDirection getDirection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDirection
public void setDirection(ArgumentDirection Direction) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-