Class Schema
public class Schema : JVMBridgeBase<Schema>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISchema
- Inheritance
-
Schema
- Implements
- Derived
- Inherited Members
Constructors
Schema()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("Schema class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Schema()
Schema(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
[Obsolete("Schema class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Schema(params object[] args)
Parameters
args
object[]
Properties
BOOLEAN_SCHEMA
public static Schema BOOLEAN_SCHEMA { get; }
Property Value
BYTES_SCHEMA
public static Schema BYTES_SCHEMA { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FLOAT32_SCHEMA
public static Schema FLOAT32_SCHEMA { get; }
Property Value
FLOAT64_SCHEMA
public static Schema FLOAT64_SCHEMA { get; }
Property Value
INT16_SCHEMA
public static Schema INT16_SCHEMA { get; }
Property Value
INT32_SCHEMA
public static Schema INT32_SCHEMA { get; }
Property Value
INT64_SCHEMA
public static Schema INT64_SCHEMA { get; }
Property Value
INT8_SCHEMA
public static Schema INT8_SCHEMA { 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
OPTIONAL_BOOLEAN_SCHEMA
public static Schema OPTIONAL_BOOLEAN_SCHEMA { get; }
Property Value
OPTIONAL_BYTES_SCHEMA
public static Schema OPTIONAL_BYTES_SCHEMA { get; }
Property Value
OPTIONAL_FLOAT32_SCHEMA
public static Schema OPTIONAL_FLOAT32_SCHEMA { get; }
Property Value
OPTIONAL_FLOAT64_SCHEMA
public static Schema OPTIONAL_FLOAT64_SCHEMA { get; }
Property Value
OPTIONAL_INT16_SCHEMA
public static Schema OPTIONAL_INT16_SCHEMA { get; }
Property Value
OPTIONAL_INT32_SCHEMA
public static Schema OPTIONAL_INT32_SCHEMA { get; }
Property Value
OPTIONAL_INT64_SCHEMA
public static Schema OPTIONAL_INT64_SCHEMA { get; }
Property Value
OPTIONAL_INT8_SCHEMA
public static Schema OPTIONAL_INT8_SCHEMA { get; }
Property Value
OPTIONAL_STRING_SCHEMA
public static Schema OPTIONAL_STRING_SCHEMA { get; }
Property Value
STRING_SCHEMA
public static Schema STRING_SCHEMA { get; }
Property Value
Methods
DefaultValue()
public object DefaultValue()
Returns
Doc()
public String Doc()
Returns
Field(String)
public Field Field(String arg0)
Parameters
Returns
Fields()
public List<Field> Fields()
Returns
IsOptional()
public bool IsOptional()
Returns
KeySchema()
public Schema KeySchema()
Returns
Name()
public String Name()
Returns
Parameters()
public Map<String, String> Parameters()
Returns
SchemaMethod()
public Schema SchemaMethod()
Returns
TypeMethod()
public Schema.Type TypeMethod()
Returns
ValueSchema()
public Schema ValueSchema()
Returns
Version()
public Integer Version()