Table of Contents

Class PatternType

Namespace
Org.Apache.Kafka.Common.Resource
Assembly
MASES.KNet.dll
public class PatternType : Enum<PatternType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
PatternType
Implements
Inherited Members

Constructors

PatternType()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PatternType()

PatternType(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 PatternType(params object[] args)

Parameters

args object[]

Properties

ANY

public static PatternType ANY { get; }

Property Value

PatternType

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

LITERAL

public static PatternType LITERAL { get; }

Property Value

PatternType

MATCH

public static PatternType MATCH { get; }

Property Value

PatternType

PREFIXED

public static PatternType PREFIXED { get; }

Property Value

PatternType

UNKNOWN

public static PatternType UNKNOWN { get; }

Property Value

PatternType

Methods

Code()

public byte Code()

Returns

byte

byte

FromCode(byte)

public static PatternType FromCode(byte arg0)

Parameters

arg0 byte

byte

Returns

PatternType

PatternType

FromString(String)

public static PatternType FromString(String arg0)

Parameters

arg0 String

String

Returns

PatternType

PatternType

IsSpecific()

public bool IsSpecific()

Returns

bool

bool

IsUnknown()

public bool IsUnknown()

Returns

bool

bool

ValueOf(String)

public static PatternType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

PatternType

PatternType

Values()

public static PatternType[] Values()

Returns

PatternType[]

PatternType