Class UCharacter.SentenceBreak
public class UCharacter.SentenceBreak : JVMBridgeBase<UCharacter.SentenceBreak>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
UCharacter.SentenceBreak
- Implements
- Extension Methods
Constructors
SentenceBreak(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 SentenceBreak(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ATERM
public static int ATERM { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLOSE
public static int CLOSE { get; set; }
Property Value
CR
public static int CR { get; set; }
Property Value
EXTEND
public static int EXTEND { get; set; }
Property Value
FORMAT
public static int FORMAT { 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
LF
public static int LF { get; set; }
Property Value
LOWER
public static int LOWER { get; set; }
Property Value
NUMERIC
public static int NUMERIC { get; set; }
Property Value
OLETTER
public static int OLETTER { get; set; }
Property Value
OTHER
public static int OTHER { get; set; }
Property Value
SCONTINUE
public static int SCONTINUE { get; set; }
Property Value
SEP
public static int SEP { get; set; }
Property Value
SP
public static int SP { get; set; }
Property Value
STERM
public static int STERM { get; set; }
Property Value
UPPER
public static int UPPER { get; set; }