Table of Contents

Class PatternType

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

Constructors

PatternType(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PatternType(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ANY

public static PatternType ANY { get; set; }

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 java.lang.AutoCloseable

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; set; }

Property Value

PatternType

MATCH

public static PatternType MATCH { get; set; }

Property Value

PatternType

PREFIXED

public static PatternType PREFIXED { get; set; }

Property Value

PatternType

UNKNOWN

public static PatternType UNKNOWN { get; set; }

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