public class NativeActivityMetadata extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.NativeActivityMetadata
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities
|
static java.lang.String |
className
Qualified class name: System.Activities.NativeActivityMetadata
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NativeActivityMetadata() |
NativeActivityMetadata(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddArgument(RuntimeArgument argument) |
void |
AddChild(Activity child) |
void |
AddChild(Activity child,
NetObject origin) |
void |
AddDelegate(ActivityDelegate activityDelegate) |
void |
AddDelegate(ActivityDelegate activityDelegate,
NetObject origin) |
void |
AddImplementationChild(Activity implementationChild) |
void |
AddImplementationDelegate(ActivityDelegate implementationDelegate) |
void |
AddImplementationVariable(Variable implementationVariable) |
void |
AddImportedChild(Activity importedChild) |
void |
AddImportedChild(Activity importedChild,
NetObject origin) |
void |
AddImportedDelegate(ActivityDelegate importedDelegate) |
void |
AddImportedDelegate(ActivityDelegate importedDelegate,
NetObject origin) |
void |
AddValidationError(java.lang.String validationErrorMessage) |
void |
AddValidationError(ValidationError validationError) |
void |
AddVariable(Variable variable) |
void |
AddVariable(Variable variable,
NetObject origin) |
void |
Bind(Argument binding,
RuntimeArgument argument) |
static NativeActivityMetadata |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NativeActivityMetadata, a cast assert is made to check if types are compatible. |
LocationReferenceEnvironment |
getEnvironment() |
boolean |
getHasViolations() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
RequireExtension(NetType extensionType) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public NativeActivityMetadata()
throws java.lang.Throwable
java.lang.Throwablepublic NativeActivityMetadata(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddArgument(RuntimeArgument argument) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, RankException, NullReferenceException
public void AddChild(Activity child) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic void AddChild(Activity child, NetObject origin) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException
public void AddDelegate(ActivityDelegate activityDelegate) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic void AddDelegate(ActivityDelegate activityDelegate, NetObject origin) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException
public void AddImplementationChild(Activity implementationChild) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void AddImplementationDelegate(ActivityDelegate implementationDelegate) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void AddImplementationVariable(Variable implementationVariable) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void AddImportedChild(Activity importedChild) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic void AddImportedChild(Activity importedChild, NetObject origin) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException
public void AddImportedDelegate(ActivityDelegate importedDelegate) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic void AddImportedDelegate(ActivityDelegate importedDelegate, NetObject origin) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException
public void AddValidationError(java.lang.String validationErrorMessage)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionpublic void AddValidationError(ValidationError validationError) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void AddVariable(Variable variable) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic void AddVariable(Variable variable, NetObject origin) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException
public void Bind(Argument binding, RuntimeArgument argument) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException
public static NativeActivityMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NativeActivityMetadata, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNativeActivityMetadata instancejava.lang.Throwable - in case of error during cast operationpublic LocationReferenceEnvironment getEnvironment() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasViolations()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic void RequireExtension(NetType extensionType) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ValueType