public static class MobileStationClassmark3.MultibandSupport extends Choice
multibandSupport
field.Modifier and Type | Field and Description |
---|---|
static int |
noBands_chosen
Identifies the
noBands alternative. |
static int |
oneBand_chosen
Identifies the
oneBand alternative. |
static int |
twoBands_chosen
Identifies the
twoBands alternative. |
Constructor and Description |
---|
MultibandSupport()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static MobileStationClassmark3.MultibandSupport |
createWithNoBands(MultibandSupport_noBands noBands)
Creates an instance of the
MultibandSupport with the noBands
alternative selected. |
static MobileStationClassmark3.MultibandSupport |
createWithOneBand(MultibandSupport_oneBand oneBand)
Creates an instance of the
MultibandSupport with the oneBand
alternative selected. |
static MobileStationClassmark3.MultibandSupport |
createWithTwoBands(MultibandSupport_twoBands twoBands)
Creates an instance of the
MultibandSupport with the twoBands
alternative selected. |
MultibandSupport_noBands |
getNoBands()
Returns the value of the
noBands alternative. |
MultibandSupport_oneBand |
getOneBand()
Returns the value of the
oneBand alternative. |
MultibandSupport_twoBands |
getTwoBands()
Returns the value of the
twoBands alternative. |
boolean |
hasNoBands()
Reports whether the
noBands alternative is selected. |
boolean |
hasOneBand()
Reports whether the
oneBand alternative is selected. |
boolean |
hasTwoBands()
Reports whether the
twoBands alternative is selected. |
void |
setNoBands(MultibandSupport_noBands noBands)
Selects the
noBands alternative. |
void |
setOneBand(MultibandSupport_oneBand oneBand)
Selects the
oneBand alternative. |
void |
setTwoBands(MultibandSupport_twoBands twoBands)
Selects the
twoBands alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int noBands_chosen
noBands
alternative.public static final int twoBands_chosen
twoBands
alternative.public static final int oneBand_chosen
oneBand
alternative.public static MobileStationClassmark3.MultibandSupport createWithNoBands(MultibandSupport_noBands noBands)
MultibandSupport
with the noBands
alternative selected.noBands
- the value of the noBands
alternative.MultibandSupport
class.public boolean hasNoBands()
noBands
alternative is selected.noBands
alternative is selected.public MultibandSupport_noBands getNoBands()
noBands
alternative.noBands
alternative or null if the
noBands
alternative is not selected.public void setNoBands(MultibandSupport_noBands noBands)
noBands
alternative.noBands
- the value of the noBands
alternative.public static MobileStationClassmark3.MultibandSupport createWithTwoBands(MultibandSupport_twoBands twoBands)
MultibandSupport
with the twoBands
alternative selected.twoBands
- the value of the twoBands
alternative.MultibandSupport
class.public boolean hasTwoBands()
twoBands
alternative is selected.twoBands
alternative is selected.public MultibandSupport_twoBands getTwoBands()
twoBands
alternative.twoBands
alternative or null if the
twoBands
alternative is not selected.public void setTwoBands(MultibandSupport_twoBands twoBands)
twoBands
alternative.twoBands
- the value of the twoBands
alternative.public static MobileStationClassmark3.MultibandSupport createWithOneBand(MultibandSupport_oneBand oneBand)
MultibandSupport
with the oneBand
alternative selected.oneBand
- the value of the oneBand
alternative.MultibandSupport
class.public boolean hasOneBand()
oneBand
alternative is selected.oneBand
alternative is selected.public MultibandSupport_oneBand getOneBand()
oneBand
alternative.oneBand
alternative or null if the
oneBand
alternative is not selected.public void setOneBand(MultibandSupport_oneBand oneBand)
oneBand
alternative.oneBand
- the value of the oneBand
alternative.Copyright © 2022 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.