Table of Contents

Class Schema.Type

Namespace
Org.Apache.Kafka.Connect.Data
Assembly
MASES.KNet.dll
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

Schema.Type

BOOLEAN

public static Schema.Type BOOLEAN { get; }

Property Value

Schema.Type

BYTES

public static Schema.Type BYTES { get; }

Property Value

Schema.Type

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FLOAT32

public static Schema.Type FLOAT32 { get; }

Property Value

Schema.Type

FLOAT64

public static Schema.Type FLOAT64 { get; }

Property Value

Schema.Type

INT16

public static Schema.Type INT16 { get; }

Property Value

Schema.Type

INT32

public static Schema.Type INT32 { get; }

Property Value

Schema.Type

INT64

public static Schema.Type INT64 { get; }

Property Value

Schema.Type

INT8

public static Schema.Type INT8 { get; }

Property Value

Schema.Type

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MAP

public static Schema.Type MAP { get; }

Property Value

Schema.Type

Name

public String Name { get; }

Property Value

String

STRING

public static Schema.Type STRING { get; }

Property Value

Schema.Type

STRUCT

public static Schema.Type STRUCT { get; }

Property Value

Schema.Type

Methods

IsPrimitive()

public bool IsPrimitive()

Returns

bool

bool

ValueOf(String)

public static Schema.Type ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Schema.Type

Schema.Type

Values()

public static Schema.Type[] Values()

Returns

Type[]

Schema.Type