public class MAPOfferedCamel4Functionalities extends BitStringWithNamedBits
OfferedCamel4Functionalities ::= BIT STRING (SIZE (15..64)) { initiateCallAttempt(0), splitLeg(1), moveLeg(2), disconnectLeg(3), entityReleased(4), dfc-WithArgument(5), playTone(6), dtmf-MidCall(7), chargingIndicator(8), alertingDP(9), locationAtAlerting(10), changeOfPositionDP(11), or-Interactions(12), warningToneEnhancements(13), cf-Enhancements(14), subscribedEnhancedDialledServices(15), -- Added in release 6. servingNetworkEnhancedDialledServices(16), -- Added in release 6. criteriaForChangeOfPositionDP(17), -- Added in release 6. serviceChangeDP(18), -- Added in release 6. collectInformation(19) -- Added in release 7. }Added in release 5. A node supporting Camel phase 4 shall mark in the BIT STRING all CAMEL4 functionalities it offers. Other values than named here shall be discarded.
Used as field type by MAPNoteMM_EventArg
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPOfferedCamel4Functionalities()
Constructs an object that has no bits set.
|
MAPOfferedCamel4Functionalities(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
Modifier and Type | Method and Description |
---|---|
MAPOfferedCamel4Functionalities |
clearAlertingDP()
Clears the bit for alertingDP to false.
|
MAPOfferedCamel4Functionalities |
clearCf_Enhancements()
Clears the bit for cf_Enhancements to false.
|
MAPOfferedCamel4Functionalities |
clearChangeOfPositionDP()
Clears the bit for changeOfPositionDP to false.
|
MAPOfferedCamel4Functionalities |
clearChargingIndicator()
Clears the bit for chargingIndicator to false.
|
MAPOfferedCamel4Functionalities |
clearCollectInformation()
Clears the bit for collectInformation to false.
|
MAPOfferedCamel4Functionalities |
clearCriteriaForChangeOfPositionDP()
Clears the bit for criteriaForChangeOfPositionDP to false.
|
MAPOfferedCamel4Functionalities |
clearDfc_WithArgument()
Clears the bit for dfc_WithArgument to false.
|
MAPOfferedCamel4Functionalities |
clearDisconnectLeg()
Clears the bit for disconnectLeg to false.
|
MAPOfferedCamel4Functionalities |
clearDtmf_MidCall()
Clears the bit for dtmf_MidCall to false.
|
MAPOfferedCamel4Functionalities |
clearEntityReleased()
Clears the bit for entityReleased to false.
|
MAPOfferedCamel4Functionalities |
clearInitiateCallAttempt()
Clears the bit for initiateCallAttempt to false.
|
MAPOfferedCamel4Functionalities |
clearLocationAtAlerting()
Clears the bit for locationAtAlerting to false.
|
MAPOfferedCamel4Functionalities |
clearMoveLeg()
Clears the bit for moveLeg to false.
|
MAPOfferedCamel4Functionalities |
clearOr_Interactions()
Clears the bit for or_Interactions to false.
|
MAPOfferedCamel4Functionalities |
clearPlayTone()
Clears the bit for playTone to false.
|
MAPOfferedCamel4Functionalities |
clearServiceChangeDP()
Clears the bit for serviceChangeDP to false.
|
MAPOfferedCamel4Functionalities |
clearServingNetworkEnhancedDialledServices()
Clears the bit for servingNetworkEnhancedDialledServices to false.
|
MAPOfferedCamel4Functionalities |
clearSplitLeg()
Clears the bit for splitLeg to false.
|
MAPOfferedCamel4Functionalities |
clearSubscribedEnhancedDialledServices()
Clears the bit for subscribedEnhancedDialledServices to false.
|
MAPOfferedCamel4Functionalities |
clearWarningToneEnhancements()
Clears the bit for warningToneEnhancements to false.
|
MAPOfferedCamel4Functionalities |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPOfferedCamel4Functionalities |
copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
boolean |
getAlertingDP()
Gets whether the bit for alertingDP is set or not.
|
boolean |
getCf_Enhancements()
Gets whether the bit for cf_Enhancements is set or not.
|
boolean |
getChangeOfPositionDP()
Gets whether the bit for changeOfPositionDP is set or not.
|
boolean |
getChargingIndicator()
Gets whether the bit for chargingIndicator is set or not.
|
boolean |
getCollectInformation()
Gets whether the bit for collectInformation is set or not.
|
boolean |
getCriteriaForChangeOfPositionDP()
Gets whether the bit for criteriaForChangeOfPositionDP is set or not.
|
boolean |
getDfc_WithArgument()
Gets whether the bit for dfc_WithArgument is set or not.
|
boolean |
getDisconnectLeg()
Gets whether the bit for disconnectLeg is set or not.
|
boolean |
getDtmf_MidCall()
Gets whether the bit for dtmf_MidCall is set or not.
|
boolean |
getEntityReleased()
Gets whether the bit for entityReleased is set or not.
|
boolean |
getInitiateCallAttempt()
Gets whether the bit for initiateCallAttempt is set or not.
|
boolean |
getLocationAtAlerting()
Gets whether the bit for locationAtAlerting is set or not.
|
boolean |
getMoveLeg()
Gets whether the bit for moveLeg is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
boolean |
getOr_Interactions()
Gets whether the bit for or_Interactions is set or not.
|
boolean |
getPlayTone()
Gets whether the bit for playTone is set or not.
|
boolean |
getServiceChangeDP()
Gets whether the bit for serviceChangeDP is set or not.
|
boolean |
getServingNetworkEnhancedDialledServices()
Gets whether the bit for servingNetworkEnhancedDialledServices is set or not.
|
boolean |
getSplitLeg()
Gets whether the bit for splitLeg is set or not.
|
boolean |
getSubscribedEnhancedDialledServices()
Gets whether the bit for subscribedEnhancedDialledServices is set or not.
|
boolean |
getWarningToneEnhancements()
Gets whether the bit for warningToneEnhancements is set or not.
|
MAPOfferedCamel4Functionalities |
setAlertingDP()
Sets the bit for alertingDP to true.
|
MAPOfferedCamel4Functionalities |
setCf_Enhancements()
Sets the bit for cf_Enhancements to true.
|
MAPOfferedCamel4Functionalities |
setChangeOfPositionDP()
Sets the bit for changeOfPositionDP to true.
|
MAPOfferedCamel4Functionalities |
setChargingIndicator()
Sets the bit for chargingIndicator to true.
|
MAPOfferedCamel4Functionalities |
setCollectInformation()
Sets the bit for collectInformation to true.
|
MAPOfferedCamel4Functionalities |
setCriteriaForChangeOfPositionDP()
Sets the bit for criteriaForChangeOfPositionDP to true.
|
MAPOfferedCamel4Functionalities |
setDfc_WithArgument()
Sets the bit for dfc_WithArgument to true.
|
MAPOfferedCamel4Functionalities |
setDisconnectLeg()
Sets the bit for disconnectLeg to true.
|
MAPOfferedCamel4Functionalities |
setDtmf_MidCall()
Sets the bit for dtmf_MidCall to true.
|
MAPOfferedCamel4Functionalities |
setEntityReleased()
Sets the bit for entityReleased to true.
|
MAPOfferedCamel4Functionalities |
setInitiateCallAttempt()
Sets the bit for initiateCallAttempt to true.
|
MAPOfferedCamel4Functionalities |
setLocationAtAlerting()
Sets the bit for locationAtAlerting to true.
|
MAPOfferedCamel4Functionalities |
setMoveLeg()
Sets the bit for moveLeg to true.
|
MAPOfferedCamel4Functionalities |
setOr_Interactions()
Sets the bit for or_Interactions to true.
|
MAPOfferedCamel4Functionalities |
setPlayTone()
Sets the bit for playTone to true.
|
MAPOfferedCamel4Functionalities |
setServiceChangeDP()
Sets the bit for serviceChangeDP to true.
|
MAPOfferedCamel4Functionalities |
setServingNetworkEnhancedDialledServices()
Sets the bit for servingNetworkEnhancedDialledServices to true.
|
MAPOfferedCamel4Functionalities |
setSplitLeg()
Sets the bit for splitLeg to true.
|
MAPOfferedCamel4Functionalities |
setSubscribedEnhancedDialledServices()
Sets the bit for subscribedEnhancedDialledServices to true.
|
MAPOfferedCamel4Functionalities |
setWarningToneEnhancements()
Sets the bit for warningToneEnhancements to true.
|
static BitStringWithNamedBits.NamedBit[] |
staticGetNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
toString
checkModify, isReadOnly, setReadOnly
public MAPOfferedCamel4Functionalities()
public MAPOfferedCamel4Functionalities(int nbits)
nbits
- initial number of bitspublic MAPOfferedCamel4Functionalities clearAlertingDP()
public MAPOfferedCamel4Functionalities clearCf_Enhancements()
public MAPOfferedCamel4Functionalities clearChangeOfPositionDP()
public MAPOfferedCamel4Functionalities clearChargingIndicator()
public MAPOfferedCamel4Functionalities clearCollectInformation()
public MAPOfferedCamel4Functionalities clearCriteriaForChangeOfPositionDP()
public MAPOfferedCamel4Functionalities clearDfc_WithArgument()
public MAPOfferedCamel4Functionalities clearDisconnectLeg()
public MAPOfferedCamel4Functionalities clearDtmf_MidCall()
public MAPOfferedCamel4Functionalities clearEntityReleased()
public MAPOfferedCamel4Functionalities clearInitiateCallAttempt()
public MAPOfferedCamel4Functionalities clearLocationAtAlerting()
public MAPOfferedCamel4Functionalities clearMoveLeg()
public MAPOfferedCamel4Functionalities clearOr_Interactions()
public MAPOfferedCamel4Functionalities clearPlayTone()
public MAPOfferedCamel4Functionalities clearServiceChangeDP()
public MAPOfferedCamel4Functionalities clearServingNetworkEnhancedDialledServices()
public MAPOfferedCamel4Functionalities clearSplitLeg()
public MAPOfferedCamel4Functionalities clearSubscribedEnhancedDialledServices()
public MAPOfferedCamel4Functionalities clearWarningToneEnhancements()
public MAPOfferedCamel4Functionalities clone()
clone
in interface DataObject
clone
in class BitString
public static MAPOfferedCamel4Functionalities copyOf(BitString from)
from
- the object from which to copypublic boolean getAlertingDP()
public boolean getCf_Enhancements()
public boolean getChangeOfPositionDP()
public boolean getChargingIndicator()
public boolean getCollectInformation()
public boolean getCriteriaForChangeOfPositionDP()
public boolean getDfc_WithArgument()
public boolean getDisconnectLeg()
public boolean getDtmf_MidCall()
public boolean getEntityReleased()
public boolean getInitiateCallAttempt()
public boolean getLocationAtAlerting()
public boolean getMoveLeg()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public boolean getOr_Interactions()
public boolean getPlayTone()
public boolean getServiceChangeDP()
public boolean getServingNetworkEnhancedDialledServices()
public boolean getSplitLeg()
public boolean getSubscribedEnhancedDialledServices()
public boolean getWarningToneEnhancements()
public MAPOfferedCamel4Functionalities setAlertingDP()
public MAPOfferedCamel4Functionalities setCf_Enhancements()
public MAPOfferedCamel4Functionalities setChangeOfPositionDP()
public MAPOfferedCamel4Functionalities setChargingIndicator()
public MAPOfferedCamel4Functionalities setCollectInformation()
public MAPOfferedCamel4Functionalities setCriteriaForChangeOfPositionDP()
public MAPOfferedCamel4Functionalities setDfc_WithArgument()
public MAPOfferedCamel4Functionalities setDisconnectLeg()
public MAPOfferedCamel4Functionalities setDtmf_MidCall()
public MAPOfferedCamel4Functionalities setEntityReleased()
public MAPOfferedCamel4Functionalities setInitiateCallAttempt()
public MAPOfferedCamel4Functionalities setLocationAtAlerting()
public MAPOfferedCamel4Functionalities setMoveLeg()
public MAPOfferedCamel4Functionalities setOr_Interactions()
public MAPOfferedCamel4Functionalities setPlayTone()
public MAPOfferedCamel4Functionalities setServiceChangeDP()
public MAPOfferedCamel4Functionalities setServingNetworkEnhancedDialledServices()
public MAPOfferedCamel4Functionalities setSplitLeg()
public MAPOfferedCamel4Functionalities setSubscribedEnhancedDialledServices()
public MAPOfferedCamel4Functionalities setWarningToneEnhancements()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()