Package system.configuration
Class CommaDelimitedStringCollection
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.collections.specialized.StringCollection
-
- system.configuration.CommaDelimitedStringCollection
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected
public class CommaDelimitedStringCollection extends StringCollection
The base .NET class managing System.Configuration.CommaDelimitedStringCollection, System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Configuration.CommaDelimitedStringCollection
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.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Configuration.ConfigurationManagerstatic java.lang.StringclassNameQualified class name: System.Configuration.CommaDelimitedStringCollectionstatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description CommaDelimitedStringCollection()CommaDelimitedStringCollection(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddNewCommaDelimitedStringCollection(java.lang.String value)voidAddRangeNewCommaDelimitedStringCollection(java.lang.String[] range)voidAddRangeNewCommaDelimitedStringCollection(JCORefOut dupParam0)static CommaDelimitedStringCollectioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCommaDelimitedStringCollection, a cast assert is made to check if types are compatible.voidClearNewCommaDelimitedStringCollection()CommaDelimitedStringCollectionClone()booleangetIsModified()booleangetIsReadOnly()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 TypevoidInsertNewCommaDelimitedStringCollection(int index, java.lang.String value)voidRemoveNewCommaDelimitedStringCollection(java.lang.String value)voidsetIsReadOnly(boolean IsReadOnly)voidsetJCOInstance(JCObject instance)voidSetReadOnly()-
Methods inherited from class system.collections.specialized.StringCollection
Add, AddRange, AddRange, Clear, Contains, CopyTo, CopyTo, getCount, getIsSynchronized, getSyncRoot, IndexOf, Insert, Remove, RemoveAt
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Configuration.ConfigurationManager- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Configuration.CommaDelimitedStringCollection- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommaDelimitedStringCollection
public CommaDelimitedStringCollection(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
CommaDelimitedStringCollection
public CommaDelimitedStringCollection() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classStringCollection- 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 classStringCollection- 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 classStringCollection- 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 classStringCollection- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classStringCollection
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classStringCollection- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CommaDelimitedStringCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCommaDelimitedStringCollection, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CommaDelimitedStringCollectioninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Clone
public CommaDelimitedStringCollection Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ConfigurationErrorsException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
AddNewCommaDelimitedStringCollection
public void AddNewCommaDelimitedStringCollection(java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ConfigurationErrorsException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionConfigurationErrorsExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
AddRangeNewCommaDelimitedStringCollection
public void AddRangeNewCommaDelimitedStringCollection(java.lang.String[] range) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ConfigurationErrorsException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionConfigurationErrorsExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
AddRangeNewCommaDelimitedStringCollection
public void AddRangeNewCommaDelimitedStringCollection(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ConfigurationErrorsException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionConfigurationErrorsExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
ClearNewCommaDelimitedStringCollection
public void ClearNewCommaDelimitedStringCollection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ConfigurationErrorsException, IndexOutOfRangeException
-
InsertNewCommaDelimitedStringCollection
public void InsertNewCommaDelimitedStringCollection(int index, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ConfigurationErrorsException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionConfigurationErrorsExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
RemoveNewCommaDelimitedStringCollection
public void RemoveNewCommaDelimitedStringCollection(java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ConfigurationErrorsException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionConfigurationErrorsExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
SetReadOnly
public void SetReadOnly() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsModified
public boolean getIsModified() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable- Overrides:
getIsReadOnlyin classStringCollection- Throws:
java.lang.Throwable
-
setIsReadOnly
public void setIsReadOnly(boolean IsReadOnly) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-