Class UCharacter.DecompositionType
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CANONICAL
https://developer.android.com/reference/android/icu/lang/UCharacter.DecompositionType.html#CANONICAL
public static int CANONICAL { get; set; }
Property Value
CIRCLE
public static int CIRCLE { get; set; }
Property Value
COMPAT
public static int COMPAT { get; set; }
Property Value
FINAL
public static int FINAL { get; set; }
Property Value
FONT
public static int FONT { get; set; }
Property Value
FRACTION
public static int FRACTION { get; set; }
Property Value
INITIAL
public static int INITIAL { get; set; }
Property Value
ISOLATED
public static int ISOLATED { 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
MEDIAL
public static int MEDIAL { get; set; }
Property Value
NARROW
public static int NARROW { get; set; }
Property Value
NOBREAK
public static int NOBREAK { get; set; }
Property Value
NONE
public static int NONE { get; set; }
Property Value
SMALL
public static int SMALL { get; set; }
Property Value
SQUARE
public static int SQUARE { get; set; }
Property Value
SUB
public static int SUB { get; set; }
Property Value
SUPER
public static int SUPER { get; set; }
Property Value
VERTICAL
public static int VERTICAL { get; set; }
Property Value
WIDE
public static int WIDE { get; set; }