Class Currency
public class Currency : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
Currency
- Implements
- Inherited Members
- Extension Methods
Constructors
Currency()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Currency()
Currency(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 Currency(params object[] args)
Parameters
args
object[]
Properties
AvailableCurrencies
public static Set<Currency> AvailableCurrencies { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CurrencyCode
public String CurrencyCode { get; }
Property Value
DefaultFractionDigits
public int DefaultFractionDigits { get; }
Property Value
DisplayName
public String DisplayName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NumericCode
public int NumericCode { get; }
Property Value
NumericCodeAsString
public String NumericCodeAsString { get; }
Property Value
Symbol
public String Symbol { get; }
Property Value
Methods
GetDisplayName(Locale)
public String GetDisplayName(Locale arg0)
Parameters
Returns
GetInstance(String)
public static Currency GetInstance(String arg0)
Parameters
Returns
GetInstance(Locale)
public static Currency GetInstance(Locale arg0)
Parameters
Returns
GetSymbol(Locale)
public String GetSymbol(Locale arg0)