public static class AKAPrimeAttribute.AttributeValue extends Choice
attributeValue
field.Modifier and Type | Field and Description |
---|---|
static int |
atBidding_chosen
Identifies the
atBidding alternative. |
static int |
atKdf_chosen
Identifies the
atKdf alternative. |
static int |
atKdfInput_chosen
Identifies the
atKdfInput alternative. |
Constructor and Description |
---|
AttributeValue()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static AKAPrimeAttribute.AttributeValue |
createWithAtBidding(AKAAtBidding atBidding)
Creates an instance of the
AttributeValue with the atBidding
alternative selected. |
static AKAPrimeAttribute.AttributeValue |
createWithAtKdf(AKAAtKdf atKdf)
Creates an instance of the
AttributeValue with the atKdf
alternative selected. |
static AKAPrimeAttribute.AttributeValue |
createWithAtKdfInput(AKAAtKdfInput atKdfInput)
Creates an instance of the
AttributeValue with the atKdfInput
alternative selected. |
AKAAtBidding |
getAtBidding()
Returns the value of the
atBidding alternative. |
AKAAtKdf |
getAtKdf()
Returns the value of the
atKdf alternative. |
AKAAtKdfInput |
getAtKdfInput()
Returns the value of the
atKdfInput alternative. |
boolean |
hasAtBidding()
Reports whether the
atBidding alternative is selected. |
boolean |
hasAtKdf()
Reports whether the
atKdf alternative is selected. |
boolean |
hasAtKdfInput()
Reports whether the
atKdfInput alternative is selected. |
void |
setAtBidding(AKAAtBidding atBidding)
Selects the
atBidding alternative. |
void |
setAtKdf(AKAAtKdf atKdf)
Selects the
atKdf alternative. |
void |
setAtKdfInput(AKAAtKdfInput atKdfInput)
Selects the
atKdfInput alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int atKdfInput_chosen
atKdfInput
alternative.public static final int atKdf_chosen
atKdf
alternative.public static final int atBidding_chosen
atBidding
alternative.public static AKAPrimeAttribute.AttributeValue createWithAtKdfInput(AKAAtKdfInput atKdfInput)
AttributeValue
with the atKdfInput
alternative selected.atKdfInput
- the value of the atKdfInput
alternative.AttributeValue
class.public boolean hasAtKdfInput()
atKdfInput
alternative is selected.atKdfInput
alternative is selected.public AKAAtKdfInput getAtKdfInput()
atKdfInput
alternative.atKdfInput
alternative or null if the
atKdfInput
alternative is not selected.public void setAtKdfInput(AKAAtKdfInput atKdfInput)
atKdfInput
alternative.atKdfInput
- the value of the atKdfInput
alternative.public static AKAPrimeAttribute.AttributeValue createWithAtKdf(AKAAtKdf atKdf)
AttributeValue
with the atKdf
alternative selected.atKdf
- the value of the atKdf
alternative.AttributeValue
class.public boolean hasAtKdf()
atKdf
alternative is selected.atKdf
alternative is selected.public AKAAtKdf getAtKdf()
atKdf
alternative.atKdf
alternative or null if the
atKdf
alternative is not selected.public void setAtKdf(AKAAtKdf atKdf)
atKdf
alternative.atKdf
- the value of the atKdf
alternative.public static AKAPrimeAttribute.AttributeValue createWithAtBidding(AKAAtBidding atBidding)
AttributeValue
with the atBidding
alternative selected.atBidding
- the value of the atBidding
alternative.AttributeValue
class.public boolean hasAtBidding()
atBidding
alternative is selected.atBidding
alternative is selected.public AKAAtBidding getAtBidding()
atBidding
alternative.atBidding
alternative or null if the
atBidding
alternative is not selected.public void setAtBidding(AKAAtBidding atBidding)
atBidding
alternative.atBidding
- the value of the atBidding
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.