Table of Contents

Class DecimalFormatSymbols

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DecimalFormatSymbols : JVMBridgeBase<DecimalFormatSymbols>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<DecimalFormatSymbols>
DecimalFormatSymbols
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DecimalFormatSymbols>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DecimalFormatSymbols>.IsAssignableFrom<T>()
JVMBridgeBase<DecimalFormatSymbols>.Execute<T>(params T[])
JVMBridgeBase<DecimalFormatSymbols>.DynBridgeClazz
JVMBridgeBase<DecimalFormatSymbols>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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