Class ElementType
- Namespace
 - Java.Lang.Annotation
 
- Assembly
 - MASES.JNet.dll
 
public class ElementType : Enum<ElementType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEquatable<Enum<ElementType>>
  - Inheritance
 - 
      
      
      
      
      
      ElementType
 
- Implements
 
- Inherited Members
 - 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
 
- Extension Methods
 
Constructors
ElementType()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ElementType()
  ElementType(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ElementType(params object[] args)
  Parameters
argsobject[]
Properties
ANNOTATION_TYPE
public static ElementType ANNOTATION_TYPE { get; }
  Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
  Property Value
CONSTRUCTOR
public static ElementType CONSTRUCTOR { get; }
  Property Value
FIELD
public static ElementType FIELD { get; }
  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 Closeable
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; }
  Property Value
METHOD
public static ElementType METHOD { get; }
  Property Value
MODULE
public static ElementType MODULE { get; }
  Property Value
PACKAGE
public static ElementType PACKAGE { get; }
  Property Value
PARAMETER
public static ElementType PARAMETER { get; }
  Property Value
TYPE
public static ElementType TYPE { get; }
  Property Value
TYPE_PARAMETER
public static ElementType TYPE_PARAMETER { get; }
  Property Value
TYPE_USE
public static ElementType TYPE_USE { get; }
  Property Value
Methods
ValueOf(String)
public static ElementType ValueOf(String arg0)
  Parameters
Returns
Values()
public static ElementType[] Values()