public class CodeIdentifiers extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.CodeIdentifiers
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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Serialization.CodeIdentifiers
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CodeIdentifiers() |
CodeIdentifiers(boolean caseSensitive) |
CodeIdentifiers(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Add(java.lang.String identifier,
NetObject value) |
void |
AddReserved(java.lang.String identifier) |
java.lang.String |
AddUnique(java.lang.String identifier,
NetObject value) |
static CodeIdentifiers |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CodeIdentifiers, a cast assert is made to check if types are compatible. |
void |
Clear() |
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
|
boolean |
getUseCamelCasing() |
boolean |
IsInUse(java.lang.String identifier) |
java.lang.String |
MakeRightCase(java.lang.String identifier) |
java.lang.String |
MakeUnique(java.lang.String identifier) |
void |
Remove(java.lang.String identifier) |
void |
RemoveReserved(java.lang.String identifier) |
void |
setJCOInstance(JCObject instance) |
void |
setUseCamelCasing(boolean UseCamelCasing) |
NetObject |
ToArray(NetType type) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CodeIdentifiers()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException
public CodeIdentifiers(boolean caseSensitive)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public CodeIdentifiers(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Add(java.lang.String identifier,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void AddReserved(java.lang.String identifier)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public java.lang.String AddUnique(java.lang.String identifier,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public static CodeIdentifiers cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CodeIdentifiers, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCodeIdentifiers instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getUseCamelCasing()
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsInUse(java.lang.String identifier)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String MakeRightCase(java.lang.String identifier)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException
public java.lang.String MakeUnique(java.lang.String identifier)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void Remove(java.lang.String identifier)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
RankException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionRankExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void RemoveReserved(java.lang.String identifier)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setUseCamelCasing(boolean UseCamelCasing)
throws java.lang.Throwable
java.lang.Throwablepublic NetObject ToArray(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedException