public class ParameterElement extends ConfigurationElement
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Serialization.Configuration.ParameterElement
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.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Serialization
|
static java.lang.String |
className
Qualified class name: System.Runtime.Serialization.Configuration.ParameterElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ParameterElement() |
ParameterElement(int index) |
ParameterElement(java.lang.Object instance)
Internal constructor.
|
ParameterElement(java.lang.String typeName) |
| Modifier and Type | Method and Description |
|---|---|
static ParameterElement |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ParameterElement, a cast assert is made to check if types are compatible. |
int |
getIndex() |
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
|
ParameterElementCollection |
getParameters() |
java.lang.String |
getType() |
void |
setIndex(int Index) |
void |
setJCOInstance(JCObject instance) |
void |
setType(java.lang.String Type) |
getCurrentConfiguration, getElementInformation, getLockAllAttributesExcept, getLockAllElementsExcept, getLockAttributes, getLockElements, getLockItem, IsReadOnly, setLockItempublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ParameterElement()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionKeyNotFoundExceptionpublic ParameterElement(int index)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
KeyNotFoundException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
AmbiguousMatchException,
NotSupportedException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionKeyNotFoundExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionAmbiguousMatchExceptionNotSupportedExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionNullReferenceExceptionCultureNotFoundExceptionpublic ParameterElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ParameterElement(java.lang.String typeName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
KeyNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException,
AmbiguousMatchException,
NotSupportedException,
ConfigurationErrorsException,
TypeLoadException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionConfigurationErrorsExceptionTypeLoadExceptionNullReferenceExceptionCultureNotFoundExceptionpublic static ParameterElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ParameterElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedParameterElement instancejava.lang.Throwable - in case of error during cast operationpublic int getIndex()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ConfigurationElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ConfigurationElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ConfigurationElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ConfigurationElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ConfigurationElementJCType representing the CLR Type of the instantiated Classpublic ParameterElementCollection getParameters() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, AmbiguousMatchException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionpublic java.lang.String getType()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionpublic void setIndex(int Index)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ConfigurationElementpublic void setType(java.lang.String Type)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundException