Class ElementType
- Namespace
- Java.Lang.Annotation
- Assembly
- MASES.JNet.dll
public class ElementType : Enum<ElementType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<ElementType>>
- Inheritance
-
ElementType
- Implements
- Inherited Members
- Extension Methods
Constructors
ElementType(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 ElementType(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ANNOTATION_TYPE
public static ElementType ANNOTATION_TYPE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONSTRUCTOR
public static ElementType CONSTRUCTOR { get; set; }
Property Value
FIELD
public static ElementType FIELD { 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
LOCAL_VARIABLE
public static ElementType LOCAL_VARIABLE { get; set; }
Property Value
METHOD
public static ElementType METHOD { get; set; }
Property Value
PACKAGE
public static ElementType PACKAGE { get; set; }
Property Value
PARAMETER
public static ElementType PARAMETER { get; set; }
Property Value
TYPE
public static ElementType TYPE { get; set; }
Property Value
TYPE_PARAMETER
public static ElementType TYPE_PARAMETER { get; set; }
Property Value
TYPE_USE
public static ElementType TYPE_USE { get; set; }
Property Value
Methods
ValueOf(String)
public static ElementType ValueOf(String arg0)
Parameters
Returns
Values()
public static ElementType[] Values()