Class IndexedPropertyDescriptor
public class IndexedPropertyDescriptor : PropertyDescriptor, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
IndexedPropertyDescriptor
- Implements
- Inherited Members
- Extension Methods
Constructors
IndexedPropertyDescriptor(String, Class)
public IndexedPropertyDescriptor(String arg0, Class arg1)
Parameters
Exceptions
IndexedPropertyDescriptor(String, Class, String, String, String, String)
public IndexedPropertyDescriptor(String arg0, Class arg1, String arg2, String arg3, String arg4, String arg5)
Parameters
Exceptions
IndexedPropertyDescriptor(String, Method, Method, Method, Method)
public IndexedPropertyDescriptor(String arg0, Method arg1, Method arg2, Method arg3, Method arg4)
Parameters
Exceptions
IndexedPropertyDescriptor(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public IndexedPropertyDescriptor(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IndexedPropertyType
public Class IndexedPropertyType { get; }
Property Value
IndexedReadMethod
https://docs.oracle.com/javase/8/docs/api/java/beans/IndexedPropertyDescriptor.html#getIndexedReadMethod-- https://docs.oracle.com/javase/8/docs/api/java/beans/IndexedPropertyDescriptor.html#setIndexedReadMethod-java.lang.reflect.Method-
public Method IndexedReadMethod { get; set; }
Property Value
IndexedWriteMethod
https://docs.oracle.com/javase/8/docs/api/java/beans/IndexedPropertyDescriptor.html#getIndexedWriteMethod-- https://docs.oracle.com/javase/8/docs/api/java/beans/IndexedPropertyDescriptor.html#setIndexedWriteMethod-java.lang.reflect.Method-
public Method IndexedWriteMethod { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(String, Class)
HPA initializer for IndexedPropertyDescriptor(Java.Lang.String arg0, Java.Lang.Class arg1)
public static IndexedPropertyDescriptor CreatePoolableInstance(String arg0, Class arg1)
Parameters
Returns
CreatePoolableInstance(String, Class, String, String, String, String)
HPA initializer for IndexedPropertyDescriptor(Java.Lang.String arg0, Java.Lang.Class arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5)
public static IndexedPropertyDescriptor CreatePoolableInstance(String arg0, Class arg1, String arg2, String arg3, String arg4, String arg5)
Parameters
Returns
CreatePoolableInstance(String, Method, Method, Method, Method)
HPA initializer for IndexedPropertyDescriptor(Java.Lang.String arg0, Java.Lang.Reflect.Method arg1, Java.Lang.Reflect.Method arg2, Java.Lang.Reflect.Method arg3, Java.Lang.Reflect.Method arg4)
public static IndexedPropertyDescriptor CreatePoolableInstance(String arg0, Method arg1, Method arg2, Method arg3, Method arg4)