Class Schema.Type
public class Schema.Type : Enum<Schema.Type>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Schema.Type
- Implements
- Inherited Members
Constructors
Type()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Type()
Type(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 Type(params object[] args)
Parameters
args
object[]
Properties
ARRAY
public static Schema.Type ARRAY { get; }
Property Value
BOOLEAN
public static Schema.Type BOOLEAN { get; }
Property Value
BYTES
public static Schema.Type BYTES { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FLOAT32
public static Schema.Type FLOAT32 { get; }
Property Value
FLOAT64
public static Schema.Type FLOAT64 { get; }
Property Value
INT16
public static Schema.Type INT16 { get; }
Property Value
INT32
public static Schema.Type INT32 { get; }
Property Value
INT64
public static Schema.Type INT64 { get; }
Property Value
INT8
public static Schema.Type INT8 { 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
MAP
public static Schema.Type MAP { get; }
Property Value
Name
public String Name { get; }
Property Value
STRING
public static Schema.Type STRING { get; }
Property Value
STRUCT
public static Schema.Type STRUCT { get; }
Property Value
Methods
IsPrimitive()
public bool IsPrimitive()
Returns
ValueOf(String)
public static Schema.Type ValueOf(String arg0)
Parameters
Returns
Values()
public static Schema.Type[] Values()