public class EUTRAPosSIB extends Choice
EUTRAPosSIB
type.Modifier and Type | Field and Description |
---|---|
static int |
empty_chosen
Identifies the
empty alternative. |
static int |
flags_chosen
Identifies the
flags alternative. |
Constructor and Description |
---|
EUTRAPosSIB()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static EUTRAPosSIB |
createWithEmpty(NULL empty)
Creates an instance of the
EUTRAPosSIB with the empty
alternative selected. |
static EUTRAPosSIB |
createWithFlags(EUTRAPosSIBFlags flags)
Creates an instance of the
EUTRAPosSIB with the flags
alternative selected. |
NULL |
getEmpty()
Returns the value of the
empty alternative. |
EUTRAPosSIBFlags |
getFlags()
Returns the value of the
flags alternative. |
boolean |
hasEmpty()
Reports whether the
empty alternative is selected. |
boolean |
hasFlags()
Reports whether the
flags alternative is selected. |
void |
setEmpty(NULL empty)
Selects the
empty alternative. |
void |
setFlags(EUTRAPosSIBFlags flags)
Selects the
flags alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int empty_chosen
empty
alternative.public static final int flags_chosen
flags
alternative.public static EUTRAPosSIB createWithEmpty(NULL empty)
EUTRAPosSIB
with the empty
alternative selected.empty
- the value of the empty
alternative.EUTRAPosSIB
class.public boolean hasEmpty()
empty
alternative is selected.empty
alternative is selected.public NULL getEmpty()
empty
alternative.empty
alternative or null if the
empty
alternative is not selected.public void setEmpty(NULL empty)
empty
alternative.empty
- the value of the empty
alternative.public static EUTRAPosSIB createWithFlags(EUTRAPosSIBFlags flags)
EUTRAPosSIB
with the flags
alternative selected.flags
- the value of the flags
alternative.EUTRAPosSIB
class.public boolean hasFlags()
flags
alternative is selected.flags
alternative is selected.public EUTRAPosSIBFlags getFlags()
flags
alternative.flags
alternative or null if the
flags
alternative is not selected.public void setFlags(EUTRAPosSIBFlags flags)
flags
alternative.flags
- the value of the flags
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.