Class ChoiceFormat
public class ChoiceFormat : NumberFormat, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ChoiceFormat
- Implements
- Inherited Members
- Extension Methods
Constructors
ChoiceFormat(String)
public ChoiceFormat(String arg0)
Parameters
ChoiceFormat(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 ChoiceFormat(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
ChoiceFormat(double[], String[])
public ChoiceFormat(double[] arg0, String[] arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Formats
public object[] Formats { get; }
Property Value
- object[]
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 java.lang.AutoCloseable
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
Limits
public double[] Limits { get; }
Property Value
- double[]
Methods
ApplyPattern(String)
https://docs.oracle.com/javase/8/docs/api/java/text/ChoiceFormat.html#applyPattern-java.lang.String-
public void ApplyPattern(String arg0)
Parameters
CreatePoolableInstance(String)
HPA initializer for ChoiceFormat(Java.Lang.String arg0)
public static ChoiceFormat CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(double[], String[])
HPA initializer for ChoiceFormat(double[] arg0, Java.Lang.String[] arg1)
public static ChoiceFormat CreatePoolableInstance(double[] arg0, String[] arg1)
Parameters
Returns
NextDouble(double)
public static double NextDouble(double arg0)
Parameters
Returns
NextDouble(double, bool)
public static double NextDouble(double arg0, bool arg1)
Parameters
Returns
PreviousDouble(double)
public static double PreviousDouble(double arg0)
Parameters
Returns
SetChoices(double[], String[])
public void SetChoices(double[] arg0, String[] arg1)
Parameters
ToPattern()
public String ToPattern()