Table of Contents

Class UCharacter.DecompositionType

Namespace
Android.Icu.Lang
Assembly
MASES.Netdroid.dll
public class UCharacter.DecompositionType : JVMBridgeBase<UCharacter.DecompositionType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
UCharacter.DecompositionType
Implements
Extension Methods

Constructors

DecompositionType(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 DecompositionType(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CANONICAL

public static int CANONICAL { get; set; }

Property Value

int

CIRCLE

public static int CIRCLE { get; set; }

Property Value

int

COMPAT

public static int COMPAT { get; set; }

Property Value

int

FINAL

public static int FINAL { get; set; }

Property Value

int

FONT

public static int FONT { get; set; }

Property Value

int

FRACTION

public static int FRACTION { get; set; }

Property Value

int

INITIAL

public static int INITIAL { get; set; }

Property Value

int

ISOLATED

public static int ISOLATED { 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

MEDIAL

public static int MEDIAL { get; set; }

Property Value

int

NARROW

public static int NARROW { get; set; }

Property Value

int

NOBREAK

public static int NOBREAK { get; set; }

Property Value

int

NONE

public static int NONE { get; set; }

Property Value

int

SMALL

public static int SMALL { get; set; }

Property Value

int

SQUARE

public static int SQUARE { get; set; }

Property Value

int

SUB

public static int SUB { get; set; }

Property Value

int

SUPER

public static int SUPER { get; set; }

Property Value

int

VERTICAL

public static int VERTICAL { get; set; }

Property Value

int

WIDE

public static int WIDE { get; set; }

Property Value

int