Class AccessNetworkConstants.GeranBand
public class AccessNetworkConstants.GeranBand : JVMBridgeBase<AccessNetworkConstants.GeranBand>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AccessNetworkConstants.GeranBand
- Implements
- Extension Methods
Constructors
GeranBand(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 GeranBand(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BAND_450
public static int BAND_450 { get; set; }
Property Value
BAND_480
public static int BAND_480 { get; set; }
Property Value
BAND_710
public static int BAND_710 { get; set; }
Property Value
BAND_750
public static int BAND_750 { get; set; }
Property Value
BAND_850
public static int BAND_850 { get; set; }
Property Value
BAND_DCS1800
public static int BAND_DCS1800 { get; set; }
Property Value
BAND_E900
public static int BAND_E900 { get; set; }
Property Value
BAND_ER900
public static int BAND_ER900 { get; set; }
Property Value
BAND_P900
public static int BAND_P900 { get; set; }
Property Value
BAND_PCS1900
public static int BAND_PCS1900 { get; set; }
Property Value
BAND_R900
public static int BAND_R900 { get; set; }
Property Value
BAND_T380
public static int BAND_T380 { get; set; }
Property Value
BAND_T410
public static int BAND_T410 { get; set; }
Property Value
BAND_T810
public static int BAND_T810 { 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; }