Class AccessNetworkConstants.EutranBand
public class AccessNetworkConstants.EutranBand : JVMBridgeBase<AccessNetworkConstants.EutranBand>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AccessNetworkConstants.EutranBand
- Implements
- Extension Methods
Constructors
EutranBand(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 EutranBand(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_17
public static int BAND_17 { get; set; }
Property Value
BAND_18
public static int BAND_18 { 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_23
public static int BAND_23 { get; set; }
Property Value
BAND_24
public static int BAND_24 { 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_27
public static int BAND_27 { get; set; }
Property Value
BAND_28
public static int BAND_28 { get; set; }
Property Value
BAND_3
public static int BAND_3 { get; set; }
Property Value
BAND_30
public static int BAND_30 { get; set; }
Property Value
BAND_31
public static int BAND_31 { get; set; }
Property Value
BAND_33
public static int BAND_33 { get; set; }
Property Value
BAND_34
public static int BAND_34 { get; set; }
Property Value
BAND_35
public static int BAND_35 { get; set; }
Property Value
BAND_36
public static int BAND_36 { get; set; }
Property Value
BAND_37
public static int BAND_37 { get; set; }
Property Value
BAND_38
public static int BAND_38 { get; set; }
Property Value
BAND_39
public static int BAND_39 { get; set; }
Property Value
BAND_4
public static int BAND_4 { get; set; }
Property Value
BAND_40
public static int BAND_40 { get; set; }
Property Value
BAND_41
public static int BAND_41 { get; set; }
Property Value
BAND_42
public static int BAND_42 { get; set; }
Property Value
BAND_43
public static int BAND_43 { get; set; }
Property Value
BAND_44
public static int BAND_44 { get; set; }
Property Value
BAND_45
public static int BAND_45 { get; set; }
Property Value
BAND_46
public static int BAND_46 { get; set; }
Property Value
BAND_47
public static int BAND_47 { get; set; }
Property Value
BAND_48
public static int BAND_48 { get; set; }
Property Value
BAND_49
public static int BAND_49 { get; set; }
Property Value
BAND_5
public static int BAND_5 { get; set; }
Property Value
BAND_50
public static int BAND_50 { get; set; }
Property Value
BAND_51
public static int BAND_51 { get; set; }
Property Value
BAND_52
public static int BAND_52 { get; set; }
Property Value
BAND_53
public static int BAND_53 { get; set; }
Property Value
BAND_6
public static int BAND_6 { get; set; }
Property Value
BAND_65
public static int BAND_65 { get; set; }
Property Value
BAND_66
public static int BAND_66 { get; set; }
Property Value
BAND_68
public static int BAND_68 { get; set; }
Property Value
BAND_7
public static int BAND_7 { get; set; }
Property Value
BAND_70
public static int BAND_70 { get; set; }
Property Value
BAND_71
public static int BAND_71 { get; set; }
Property Value
BAND_72
public static int BAND_72 { get; set; }
Property Value
BAND_73
public static int BAND_73 { get; set; }
Property Value
BAND_74
public static int BAND_74 { get; set; }
Property Value
BAND_8
public static int BAND_8 { get; set; }
Property Value
BAND_85
public static int BAND_85 { get; set; }
Property Value
BAND_87
public static int BAND_87 { get; set; }
Property Value
BAND_88
public static int BAND_88 { get; set; }
Property Value
BAND_9
public static int BAND_9 { 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; }