public static class CriteriaComponent.CriteriaValue extends Choice
criteriaValue
field.Modifier and Type | Field and Description |
---|---|
static int |
dnn_chosen
Identifies the
dnn alternative. |
static int |
osIdOSAppId_chosen
Identifies the
osIdOSAppId alternative. |
static int |
sNSSAI_chosen
Identifies the
sNSSAI alternative. |
Constructor and Description |
---|
CriteriaValue()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static CriteriaComponent.CriteriaValue |
createWithDnn(DNNType dnn)
Creates an instance of the
CriteriaValue with the dnn
alternative selected. |
static CriteriaComponent.CriteriaValue |
createWithOsIdOSAppId(OSIdOSAppIdType osIdOSAppId)
Creates an instance of the
CriteriaValue with the osIdOSAppId
alternative selected. |
static CriteriaComponent.CriteriaValue |
createWithSNSSAI(SNSSAIType sNSSAI)
Creates an instance of the
CriteriaValue with the sNSSAI
alternative selected. |
DNNType |
getDnn()
Returns the value of the
dnn alternative. |
OSIdOSAppIdType |
getOsIdOSAppId()
Returns the value of the
osIdOSAppId alternative. |
SNSSAIType |
getSNSSAI()
Returns the value of the
sNSSAI alternative. |
boolean |
hasDnn()
Reports whether the
dnn alternative is selected. |
boolean |
hasOsIdOSAppId()
Reports whether the
osIdOSAppId alternative is selected. |
boolean |
hasSNSSAI()
Reports whether the
sNSSAI alternative is selected. |
void |
setDnn(DNNType dnn)
Selects the
dnn alternative. |
void |
setOsIdOSAppId(OSIdOSAppIdType osIdOSAppId)
Selects the
osIdOSAppId alternative. |
void |
setSNSSAI(SNSSAIType sNSSAI)
Selects the
sNSSAI alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int dnn_chosen
dnn
alternative.public static final int osIdOSAppId_chosen
osIdOSAppId
alternative.public static final int sNSSAI_chosen
sNSSAI
alternative.public static CriteriaComponent.CriteriaValue createWithDnn(DNNType dnn)
CriteriaValue
with the dnn
alternative selected.dnn
- the value of the dnn
alternative.CriteriaValue
class.public boolean hasDnn()
dnn
alternative is selected.dnn
alternative is selected.public DNNType getDnn()
dnn
alternative.dnn
alternative or null if the
dnn
alternative is not selected.public void setDnn(DNNType dnn)
dnn
alternative.dnn
- the value of the dnn
alternative.public static CriteriaComponent.CriteriaValue createWithOsIdOSAppId(OSIdOSAppIdType osIdOSAppId)
CriteriaValue
with the osIdOSAppId
alternative selected.osIdOSAppId
- the value of the osIdOSAppId
alternative.CriteriaValue
class.public boolean hasOsIdOSAppId()
osIdOSAppId
alternative is selected.osIdOSAppId
alternative is selected.public OSIdOSAppIdType getOsIdOSAppId()
osIdOSAppId
alternative.osIdOSAppId
alternative or null if the
osIdOSAppId
alternative is not selected.public void setOsIdOSAppId(OSIdOSAppIdType osIdOSAppId)
osIdOSAppId
alternative.osIdOSAppId
- the value of the osIdOSAppId
alternative.public static CriteriaComponent.CriteriaValue createWithSNSSAI(SNSSAIType sNSSAI)
CriteriaValue
with the sNSSAI
alternative selected.sNSSAI
- the value of the sNSSAI
alternative.CriteriaValue
class.public boolean hasSNSSAI()
sNSSAI
alternative is selected.sNSSAI
alternative is selected.public SNSSAIType getSNSSAI()
sNSSAI
alternative.sNSSAI
alternative or null if the
sNSSAI
alternative is not selected.public void setSNSSAI(SNSSAIType sNSSAI)
sNSSAI
alternative.sNSSAI
- the value of the sNSSAI
alternative.Copyright © 2023 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.