Class AccessNetworkConstants.UtranBand
public class AccessNetworkConstants.UtranBand : JVMBridgeBase<AccessNetworkConstants.UtranBand>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AccessNetworkConstants.UtranBand
- Implements
- Extension Methods
Constructors
UtranBand(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 UtranBand(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BAND_1
public static int BAND_1 { get; set; }
Property Value
BAND_10
public static int BAND_10 { get; set; }
Property Value
BAND_11
public static int BAND_11 { get; set; }
Property Value
BAND_12
public static int BAND_12 { get; set; }
Property Value
BAND_13
public static int BAND_13 { get; set; }
Property Value
BAND_14
public static int BAND_14 { get; set; }
Property Value
BAND_19
public static int BAND_19 { get; set; }
Property Value
BAND_2
public static int BAND_2 { get; set; }
Property Value
BAND_20
public static int BAND_20 { get; set; }
Property Value
BAND_21
public static int BAND_21 { get; set; }
Property Value
BAND_22
public static int BAND_22 { get; set; }
Property Value
BAND_25
public static int BAND_25 { get; set; }
Property Value
BAND_26
public static int BAND_26 { get; set; }
Property Value
BAND_3
public static int BAND_3 { get; set; }
Property Value
BAND_4
public static int BAND_4 { get; set; }
Property Value
BAND_5
public static int BAND_5 { get; set; }
Property Value
BAND_6
public static int BAND_6 { get; set; }
Property Value
BAND_7
public static int BAND_7 { get; set; }
Property Value
BAND_8
public static int BAND_8 { get; set; }
Property Value
BAND_9
public static int BAND_9 { get; set; }
Property Value
BAND_A
public static int BAND_A { get; set; }
Property Value
BAND_B
public static int BAND_B { get; set; }
Property Value
BAND_C
public static int BAND_C { get; set; }
Property Value
BAND_D
public static int BAND_D { get; set; }
Property Value
BAND_E
public static int BAND_E { get; set; }
Property Value
BAND_F
public static int BAND_F { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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 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; }