Class NumericShaper.Range
public class NumericShaper.Range : Enum<NumericShaper.Range>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
NumericShaper.Range
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<NumericShaper.Range>>.SExecute<TReturn>(Type, IJavaType, string, params object[])
- Extension Methods
Constructors
Range()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Range()
Range(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 Range(params object[] args)
Parameters
args
object[]
Properties
ARABIC
public static NumericShaper.Range ARABIC { get; }
Property Value
BALINESE
public static NumericShaper.Range BALINESE { get; }
Property Value
BENGALI
public static NumericShaper.Range BENGALI { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHAM
public static NumericShaper.Range CHAM { get; }
Property Value
DEVANAGARI
public static NumericShaper.Range DEVANAGARI { get; }
Property Value
EASTERN_ARABIC
public static NumericShaper.Range EASTERN_ARABIC { get; }
Property Value
ETHIOPIC
public static NumericShaper.Range ETHIOPIC { get; }
Property Value
EUROPEAN
public static NumericShaper.Range EUROPEAN { get; }
Property Value
GUJARATI
public static NumericShaper.Range GUJARATI { get; }
Property Value
GURMUKHI
public static NumericShaper.Range GURMUKHI { 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
JAVANESE
public static NumericShaper.Range JAVANESE { get; }
Property Value
KANNADA
public static NumericShaper.Range KANNADA { get; }
Property Value
KAYAH_LI
public static NumericShaper.Range KAYAH_LI { get; }
Property Value
KHMER
public static NumericShaper.Range KHMER { get; }
Property Value
LAO
public static NumericShaper.Range LAO { get; }
Property Value
LEPCHA
public static NumericShaper.Range LEPCHA { get; }
Property Value
LIMBU
public static NumericShaper.Range LIMBU { get; }
Property Value
MALAYALAM
public static NumericShaper.Range MALAYALAM { get; }
Property Value
MEETEI_MAYEK
public static NumericShaper.Range MEETEI_MAYEK { get; }
Property Value
MONGOLIAN
public static NumericShaper.Range MONGOLIAN { get; }
Property Value
MYANMAR
public static NumericShaper.Range MYANMAR { get; }
Property Value
MYANMAR_SHAN
public static NumericShaper.Range MYANMAR_SHAN { get; }
Property Value
MYANMAR_TAI_LAING
public static NumericShaper.Range MYANMAR_TAI_LAING { get; }
Property Value
NEW_TAI_LUE
public static NumericShaper.Range NEW_TAI_LUE { get; }
Property Value
NKO
public static NumericShaper.Range NKO { get; }
Property Value
OL_CHIKI
public static NumericShaper.Range OL_CHIKI { get; }
Property Value
ORIYA
public static NumericShaper.Range ORIYA { get; }
Property Value
SAURASHTRA
public static NumericShaper.Range SAURASHTRA { get; }
Property Value
SINHALA
public static NumericShaper.Range SINHALA { get; }
Property Value
SUNDANESE
public static NumericShaper.Range SUNDANESE { get; }
Property Value
TAI_THAM_HORA
public static NumericShaper.Range TAI_THAM_HORA { get; }
Property Value
TAI_THAM_THAM
public static NumericShaper.Range TAI_THAM_THAM { get; }
Property Value
TAMIL
public static NumericShaper.Range TAMIL { get; }
Property Value
TELUGU
public static NumericShaper.Range TELUGU { get; }
Property Value
THAI
public static NumericShaper.Range THAI { get; }
Property Value
TIBETAN
public static NumericShaper.Range TIBETAN { get; }
Property Value
VAI
public static NumericShaper.Range VAI { get; }
Property Value
Methods
ValueOf(String)
public static NumericShaper.Range ValueOf(String arg0)
Parameters
Returns
Values()
public static NumericShaper.Range[] Values()