Table of Contents

Class OptionType

Namespace
Org.Apache.Plc4x.JavaNs.Api.Types
Assembly
MASES.PLCOnNet.dll
public class OptionType : Enum<OptionType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<OptionType>>
Inheritance
OptionType
Implements
Inherited Members

Constructors

OptionType(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 OptionType(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BOOLEAN

public static OptionType BOOLEAN { get; set; }

Property Value

OptionType

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DOUBLE

public static OptionType DOUBLE { get; set; }

Property Value

OptionType

FLOAT

public static OptionType FLOAT { get; set; }

Property Value

OptionType

INT

public static OptionType INT { get; set; }

Property Value

OptionType

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

LONG

public static OptionType LONG { get; set; }

Property Value

OptionType

STRING

public static OptionType STRING { get; set; }

Property Value

OptionType

STRUCT

public static OptionType STRUCT { get; set; }

Property Value

OptionType

Methods

ValueOf(String)

public static OptionType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

OptionType

OptionType

Values()

public static OptionType[] Values()

Returns

OptionType[]

OptionType