Table of Contents

Class DecimalFormatSymbols

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

Constructors

DecimalFormatSymbols()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DecimalFormatSymbols()

DecimalFormatSymbols(Locale)

public DecimalFormatSymbols(Locale arg0)

Parameters

arg0 Locale

Locale

DecimalFormatSymbols(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DecimalFormatSymbols(params object[] args)

Parameters

args object[]

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 Closeable

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

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