Package system.activities
Class Variable
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.LocationReference
-
- system.activities.Variable
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Variable extends LocationReference
The base .NET class managing System.Activities.Variable, System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Variable
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.Variablestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Variablecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoVariable, a cast assert is made to check if types are compatible.static VariableCreate(java.lang.String name, NetType type, VariableModifiers modifiers)NetObjectGet(ActivityContext context)ActivityWithResultgetDefault()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)VariableModifiersgetModifiers()java.lang.StringgetName()voidSet(ActivityContext context, NetObject value)voidsetDefault(ActivityWithResult Default)voidsetJCOInstance(JCObject instance)voidsetModifiers(VariableModifiers Modifiers)voidsetName(java.lang.String Name)-
Methods inherited from class system.activities.LocationReference
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.Variable- See Also:
- Constant Field Values
-
-
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 Variable cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoVariable, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Variableinstance- 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
- Overrides:
GetLocationin classLocationReference- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedException
-
Create
public static Variable Create(java.lang.String name, NetType type, VariableModifiers modifiers) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatException
-
Get
public NetObject Get(ActivityContext context) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
Set
public void Set(ActivityContext context, NetObject value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
getDefault
public ActivityWithResult getDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefault
public void setDefault(ActivityWithResult Default) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getModifiers
public VariableModifiers getModifiers() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setModifiers
public void setModifiers(VariableModifiers Modifiers) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException
-
getName
public java.lang.String getName() throws java.lang.Throwable- Overrides:
getNamein classLocationReference- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-