Table of Contents

Class DecimalFormatSymbols

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DecimalFormatSymbols : JVMBridgeBase<DecimalFormatSymbols>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DecimalFormatSymbols
Implements
Extension Methods

Constructors

DecimalFormatSymbols()

public DecimalFormatSymbols()

DecimalFormatSymbols(Locale)

public DecimalFormatSymbols(Locale arg0)

Parameters

arg0 Locale

Locale

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AvailableLocales

public static Locale[] AvailableLocales { get; }

Property Value

Locale[]

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Currency

public Currency Currency { get; set; }

Property Value

Currency

CurrencySymbol

public String CurrencySymbol { get; set; }

Property Value

String

DecimalSeparator

public char DecimalSeparator { get; set; }

Property Value

char

Digit

public char Digit { get; set; }

Property Value

char

ExponentSeparator

public String ExponentSeparator { get; set; }

Property Value

String

GroupingSeparator

public char GroupingSeparator { get; set; }

Property Value

char

Infinity

public String Infinity { get; set; }

Property Value

String

Instance

public static DecimalFormatSymbols Instance { get; }

Property Value

DecimalFormatSymbols

InternationalCurrencySymbol

public String InternationalCurrencySymbol { get; set; }

Property Value

String

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

MinusSign

public char MinusSign { get; set; }

Property Value

char

MonetaryDecimalSeparator

public char MonetaryDecimalSeparator { get; set; }

Property Value

char

NaN

public String NaN { get; set; }

Property Value

String

PatternSeparator

public char PatternSeparator { get; set; }

Property Value

char

PerMill

public char PerMill { get; set; }

Property Value

char

Percent

public char Percent { get; set; }

Property Value

char

ZeroDigit

public char ZeroDigit { get; set; }

Property Value

char

Methods

CreatePoolableInstance()

HPA initializer for DecimalFormatSymbols()

public static DecimalFormatSymbols CreatePoolableInstance()

Returns

DecimalFormatSymbols

CreatePoolableInstance(Locale)

HPA initializer for DecimalFormatSymbols(Java.Util.Locale arg0)

public static DecimalFormatSymbols CreatePoolableInstance(Locale arg0)

Parameters

arg0 Locale

Returns

DecimalFormatSymbols

GetInstance(Locale)

public static DecimalFormatSymbols GetInstance(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

DecimalFormatSymbols

DecimalFormatSymbols

Operators

implicit operator Serializable(DecimalFormatSymbols)

public static implicit operator Serializable(DecimalFormatSymbols t)

Parameters

t DecimalFormatSymbols

Returns

Serializable

implicit operator Cloneable(DecimalFormatSymbols)

Converter from DecimalFormatSymbols to Cloneable

public static implicit operator Cloneable(DecimalFormatSymbols t)

Parameters

t DecimalFormatSymbols

Returns

Cloneable