Class PlcValueType
public class PlcValueType : Enum<PlcValueType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
PlcValueType
- Implements
- Inherited Members
Constructors
PlcValueType()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PlcValueType()
PlcValueType(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 PlcValueType(params object[] args)
Parameters
args
object[]
Properties
BOOL
public static PlcValueType BOOL { get; }
Property Value
BYTE
public static PlcValueType BYTE { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHAR
public static PlcValueType CHAR { get; }
Property Value
DATE
public static PlcValueType DATE { get; }
Property Value
DATE_AND_LTIME
public static PlcValueType DATE_AND_LTIME { get; }
Property Value
DATE_AND_TIME
public static PlcValueType DATE_AND_TIME { get; }
Property Value
DINT
public static PlcValueType DINT { get; }
Property Value
DWORD
public static PlcValueType DWORD { get; }
Property Value
DefaultJavaType
public Class DefaultJavaType { get; }
Property Value
INT
public static PlcValueType INT { 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
LDATE
public static PlcValueType LDATE { get; }
Property Value
LDATE_AND_TIME
public static PlcValueType LDATE_AND_TIME { get; }
Property Value
LINT
public static PlcValueType LINT { get; }
Property Value
LREAL
public static PlcValueType LREAL { get; }
Property Value
LTIME
public static PlcValueType LTIME { get; }
Property Value
LTIME_OF_DAY
public static PlcValueType LTIME_OF_DAY { get; }
Property Value
LWORD
public static PlcValueType LWORD { get; }
Property Value
List
public static PlcValueType List { get; }
Property Value
NULL
public static PlcValueType NULL { get; }
Property Value
RAW_BYTE_ARRAY
public static PlcValueType RAW_BYTE_ARRAY { get; }
Property Value
REAL
public static PlcValueType REAL { get; }
Property Value
SINT
public static PlcValueType SINT { get; }
Property Value
STRING
public static PlcValueType STRING { get; }
Property Value
Struct
public static PlcValueType Struct { get; }
Property Value
TIME
public static PlcValueType TIME { get; }
Property Value
TIME_OF_DAY
public static PlcValueType TIME_OF_DAY { get; }
Property Value
UDINT
public static PlcValueType UDINT { get; }
Property Value
UINT
public static PlcValueType UINT { get; }
Property Value
ULINT
public static PlcValueType ULINT { get; }
Property Value
USINT
public static PlcValueType USINT { get; }
Property Value
Value
public short Value { get; }
Property Value
WCHAR
public static PlcValueType WCHAR { get; }
Property Value
WORD
public static PlcValueType WORD { get; }
Property Value
WSTRING
public static PlcValueType WSTRING { get; }
Property Value
Methods
EnumForValue(short)
public static PlcValueType EnumForValue(short arg0)
Parameters
Returns
IsDefined(short)
public static Boolean IsDefined(short arg0)
Parameters
Returns
ValueOf(String)
public static PlcValueType ValueOf(String arg0)
Parameters
Returns
Values()
public static PlcValueType[] Values()