Table of Contents

Class DecimalFormatSymbols

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DecimalFormatSymbols : JVMBridgeCore<DecimalFormatSymbols>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeCore
JVMBridgeCore<DecimalFormatSymbols>
DecimalFormatSymbols
Implements
Inherited Members
JVMBridgeCore<DecimalFormatSymbols>.IsAssignableFrom(IJavaType)
JVMBridgeCore<DecimalFormatSymbols>.IsAssignableFrom<T>()
JVMBridgeCore<DecimalFormatSymbols>.Execute<T>(params T[])
JVMBridgeCore<DecimalFormatSymbols>.DynBridgeClazz
JVMBridgeCore<DecimalFormatSymbols>.BridgeClazz
JVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
JVMBridgeCore.RuntimeClassNameOf<T>()
JVMBridgeCore.ClassNameOf<T>()
JVMBridgeCore.ClassOf<T>()
JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeCore.MonitorEnter()
JVMBridgeCore.MonitorExit()
JVMBridgeCore.IsInstanceOf(IJavaType)
JVMBridgeCore.IsInstanceOf<T>()
JVMBridgeCore.RuntimeIsInstanceOf<T>()
JVMBridgeCore.CastTo<TNewClass>()
JVMBridgeCore.CastDirect<TNewClass>()
JVMBridgeCore.ToString()
JVMBridgeCore.Equals(IJVMBridgeBase)
JVMBridgeCore.GetHashCode()
JVMBridgeCore.Notify()
JVMBridgeCore.NotifyAll()
JVMBridgeCore.Wait()
JVMBridgeCore.DynBridgeInstance
JVMBridgeCore.BridgeInstance
JVMBridgeCore.IsBridgeListener
Extension Methods

Constructors

DecimalFormatSymbols()

public DecimalFormatSymbols()

DecimalFormatSymbols(Locale)

public DecimalFormatSymbols(Locale arg0)

Parameters

arg0 Locale

Locale

DecimalFormatSymbols(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[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: 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