Table of Contents

Class NumberFormatter.SignDisplay

Namespace
Android.Icu.Number
Assembly
MASES.Netdroid.dll
public class NumberFormatter.SignDisplay : Enum<NumberFormatter.SignDisplay>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<NumberFormatter.SignDisplay>>, IComparable<NumberFormatter.SignDisplay>, ISerializable
Inheritance
NumberFormatter.SignDisplay
Implements
Inherited Members
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACCOUNTING

public static NumberFormatter.SignDisplay ACCOUNTING { get; set; }

Property Value

NumberFormatter.SignDisplay

ACCOUNTING_ALWAYS

public static NumberFormatter.SignDisplay ACCOUNTING_ALWAYS { get; set; }

Property Value

NumberFormatter.SignDisplay

ACCOUNTING_EXCEPT_ZERO

public static NumberFormatter.SignDisplay ACCOUNTING_EXCEPT_ZERO { get; set; }

Property Value

NumberFormatter.SignDisplay

ACCOUNTING_NEGATIVE

public static NumberFormatter.SignDisplay ACCOUNTING_NEGATIVE { get; set; }

Property Value

NumberFormatter.SignDisplay

ALWAYS

public static NumberFormatter.SignDisplay ALWAYS { get; set; }

Property Value

NumberFormatter.SignDisplay

AUTO

public static NumberFormatter.SignDisplay AUTO { get; set; }

Property Value

NumberFormatter.SignDisplay

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXCEPT_ZERO

public static NumberFormatter.SignDisplay EXCEPT_ZERO { get; set; }

Property Value

NumberFormatter.SignDisplay

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

NEGATIVE

public static NumberFormatter.SignDisplay NEGATIVE { get; set; }

Property Value

NumberFormatter.SignDisplay

NEVER

public static NumberFormatter.SignDisplay NEVER { get; set; }

Property Value

NumberFormatter.SignDisplay

Methods

ValueOf(String)

public static NumberFormatter.SignDisplay ValueOf(String arg0)

Parameters

arg0 String

String

Returns

NumberFormatter.SignDisplay

NumberFormatter.SignDisplay

Values()

public static NumberFormatter.SignDisplay[] Values()

Returns

SignDisplay[]

NumberFormatter.SignDisplay