Table of Contents

Class UCharacter.SentenceBreak

Namespace
Android.Icu.Lang
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ATERM

public static int ATERM { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLOSE

public static int CLOSE { get; set; }

Property Value

int

CR

public static int CR { get; set; }

Property Value

int

EXTEND

public static int EXTEND { get; set; }

Property Value

int

FORMAT

public static int FORMAT { get; set; }

Property Value

int

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

LF

public static int LF { get; set; }

Property Value

int

LOWER

public static int LOWER { get; set; }

Property Value

int

NUMERIC

public static int NUMERIC { get; set; }

Property Value

int

OLETTER

public static int OLETTER { get; set; }

Property Value

int

OTHER

public static int OTHER { get; set; }

Property Value

int

SCONTINUE

public static int SCONTINUE { get; set; }

Property Value

int

SEP

public static int SEP { get; set; }

Property Value

int

SP

public static int SP { get; set; }

Property Value

int

STERM

public static int STERM { get; set; }

Property Value

int

UPPER

public static int UPPER { get; set; }

Property Value

int