Package system.configuration
Class SettingsPropertyValue
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.SettingsPropertyValue
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SettingsPropertyValue extends NetObject
The base .NET class managing System.Configuration.SettingsPropertyValue, 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.SettingsPropertyValue
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.String
assemblyFullName
Fully assembly qualified name: System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Configuration.ConfigurationManagerstatic java.lang.String
className
Qualified class name: System.Configuration.SettingsPropertyValuestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SettingsPropertyValue()
SettingsPropertyValue(java.lang.Object instance)
Internal constructor.SettingsPropertyValue(SettingsProperty property)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SettingsPropertyValue
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSettingsPropertyValue
, a cast assert is made to check if types are compatible.boolean
getDeserialized()
boolean
getIsDirty()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getName()
SettingsProperty
getProperty()
NetObject
getPropertyValue()
NetObject
getSerializedValue()
boolean
getUsingDefaultValue()
void
setDeserialized(boolean Deserialized)
void
setIsDirty(boolean IsDirty)
void
setJCOInstance(JCObject instance)
void
setProperty(SettingsProperty Property)
void
setPropertyValue(NetObject PropertyValue)
void
setSerializedValue(NetObject SerializedValue)
void
setUsingDefaultValue(boolean UsingDefaultValue)
-
-
-
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.SettingsPropertyValue- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SettingsPropertyValue
public SettingsPropertyValue(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SettingsPropertyValue
public SettingsPropertyValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SettingsPropertyValue
public SettingsPropertyValue(SettingsProperty property) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SettingsPropertyValue cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSettingsPropertyValue
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SettingsPropertyValue
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getDeserialized
public boolean getDeserialized() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeserialized
public void setDeserialized(boolean Deserialized) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDirty
public boolean getIsDirty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsDirty
public void setIsDirty(boolean IsDirty) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUsingDefaultValue
public boolean getUsingDefaultValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUsingDefaultValue
public void setUsingDefaultValue(boolean UsingDefaultValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProperty
public SettingsProperty getProperty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProperty
public void setProperty(SettingsProperty Property) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyValue
public NetObject getPropertyValue() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, FileNotFoundException, FileLoadException, PlatformNotSupportedException, ArgumentOutOfRangeException, SerializationException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException, EndOfStreamException, IOException, XmlException, NotImplementedException, KeyNotFoundException, MissingMethodException, TypeLoadException, MethodAccessException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
FileNotFoundException
FileLoadException
PlatformNotSupportedException
ArgumentOutOfRangeException
SerializationException
IndexOutOfRangeException
ArrayTypeMismatchException
FormatException
EndOfStreamException
IOException
XmlException
NotImplementedException
KeyNotFoundException
MissingMethodException
TypeLoadException
MethodAccessException
MemberAccessException
TargetInvocationException
-
setPropertyValue
public void setPropertyValue(NetObject PropertyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSerializedValue
public NetObject getSerializedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, KeyNotFoundException, NotSupportedException, PlatformNotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException, FileNotFoundException, OutOfMemoryException, MulticastNotSupportedException, FileLoadException, NotImplementedException, MissingMethodException, SerializationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
KeyNotFoundException
NotSupportedException
PlatformNotSupportedException
CultureNotFoundException
ObjectDisposedException
FormatException
FileNotFoundException
OutOfMemoryException
MulticastNotSupportedException
FileLoadException
NotImplementedException
MissingMethodException
SerializationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
-
setSerializedValue
public void setSerializedValue(NetObject SerializedValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-