Class DatatypeConstants
public class DatatypeConstants : JVMBridgeBase<DatatypeConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DatatypeConstants
- Implements
- Inherited Members
- Extension Methods
Constructors
DatatypeConstants()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public DatatypeConstants()
DatatypeConstants(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 DatatypeConstants(params object[] args)
Parameters
args
object[]
Properties
APRIL
public static int APRIL { get; }
Property Value
AUGUST
public static int AUGUST { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATE
public static QName DATE { get; }
Property Value
DATETIME
public static QName DATETIME { get; }
Property Value
DAYS
public static DatatypeConstants.Field DAYS { get; }
Property Value
DECEMBER
public static int DECEMBER { get; }
Property Value
DURATION
public static QName DURATION { get; }
Property Value
DURATION_DAYTIME
public static QName DURATION_DAYTIME { get; }
Property Value
DURATION_YEARMONTH
public static QName DURATION_YEARMONTH { get; }
Property Value
EQUAL
public static int EQUAL { get; }
Property Value
FEBRUARY
public static int FEBRUARY { get; }
Property Value
FIELD_UNDEFINED
public static int FIELD_UNDEFINED { get; }
Property Value
GDAY
public static QName GDAY { get; }
Property Value
GMONTH
public static QName GMONTH { get; }
Property Value
GMONTHDAY
public static QName GMONTHDAY { get; }
Property Value
GREATER
public static int GREATER { get; }
Property Value
GYEAR
public static QName GYEAR { get; }
Property Value
GYEARMONTH
public static QName GYEARMONTH { get; }
Property Value
HOURS
public static DatatypeConstants.Field HOURS { get; }
Property Value
INDETERMINATE
public static int INDETERMINATE { 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
JANUARY
public static int JANUARY { get; }
Property Value
JULY
public static int JULY { get; }
Property Value
JUNE
public static int JUNE { get; }
Property Value
LESSER
public static int LESSER { get; }
Property Value
MARCH
public static int MARCH { get; }
Property Value
MAX_TIMEZONE_OFFSET
public static int MAX_TIMEZONE_OFFSET { get; }
Property Value
MAY
public static int MAY { get; }
Property Value
MINUTES
public static DatatypeConstants.Field MINUTES { get; }
Property Value
MIN_TIMEZONE_OFFSET
public static int MIN_TIMEZONE_OFFSET { get; }
Property Value
MONTHS
public static DatatypeConstants.Field MONTHS { get; }
Property Value
NOVEMBER
public static int NOVEMBER { get; }
Property Value
OCTOBER
public static int OCTOBER { get; }
Property Value
SECONDS
public static DatatypeConstants.Field SECONDS { get; }
Property Value
SEPTEMBER
public static int SEPTEMBER { get; }
Property Value
TIME
public static QName TIME { get; }
Property Value
YEARS
public static DatatypeConstants.Field YEARS { get; }