Class UCharacter.WordBreak
public class UCharacter.WordBreak : JVMBridgeBase<UCharacter.WordBreak>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
UCharacter.WordBreak
- Implements
- Extension Methods
Constructors
WordBreak(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 WordBreak(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ALETTER
public static int ALETTER { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CR
public static int CR { get; set; }
Property Value
DOUBLE_QUOTE
public static int DOUBLE_QUOTE { get; set; }
Property Value
EXTEND
public static int EXTEND { get; set; }
Property Value
EXTENDNUMLET
public static int EXTENDNUMLET { get; set; }
Property Value
E_BASE
public static int E_BASE { get; set; }
Property Value
E_BASE_GAZ
public static int E_BASE_GAZ { get; set; }
Property Value
E_MODIFIER
public static int E_MODIFIER { get; set; }
Property Value
FORMAT
public static int FORMAT { get; set; }
Property Value
GLUE_AFTER_ZWJ
public static int GLUE_AFTER_ZWJ { get; set; }
Property Value
HEBREW_LETTER
public static int HEBREW_LETTER { get; set; }
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 java.lang.AutoCloseable
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
KATAKANA
public static int KATAKANA { get; set; }
Property Value
LF
public static int LF { get; set; }
Property Value
MIDLETTER
public static int MIDLETTER { get; set; }
Property Value
MIDNUM
public static int MIDNUM { get; set; }
Property Value
MIDNUMLET
public static int MIDNUMLET { get; set; }
Property Value
NEWLINE
public static int NEWLINE { get; set; }
Property Value
NUMERIC
public static int NUMERIC { get; set; }
Property Value
OTHER
public static int OTHER { get; set; }
Property Value
REGIONAL_INDICATOR
public static int REGIONAL_INDICATOR { get; set; }
Property Value
SINGLE_QUOTE
public static int SINGLE_QUOTE { get; set; }
Property Value
WSEGSPACE
public static int WSEGSPACE { get; set; }
Property Value
ZWJ
public static int ZWJ { get; set; }