Table of Contents

Class DecimalFormatSymbols

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DecimalFormatSymbols : JVMBridgeBase<DecimalFormatSymbols>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DecimalFormatSymbols
Implements
Inherited Members
JVMBridgeBase<DecimalFormatSymbols>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DecimalFormatSymbols>.IsAssignableFrom<T>()
JVMBridgeBase<DecimalFormatSymbols>.Execute<T>(params T[])
JVMBridgeBase<DecimalFormatSymbols>.DynBridgeClazz
JVMBridgeBase<DecimalFormatSymbols>.BridgeClazz
JVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
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.CastToAndDetach<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.CastDirectAndDetach<TNewClass>()
JVMBridgeBase.CheckDisposed()
JVMBridgeBase.ToString()
JVMBridgeBase.Equals(IJVMBridgeBase)
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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

DecimalFormatSymbols(params object[])

Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base 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 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

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