Modifier and Type | Method and Description |
---|---|
DrawStatus |
Draw.getStatus()
Returns the status of the draw
|
static DrawStatus |
DrawStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrawStatus[] |
DrawStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrawStatus |
DrawCi.getStatus()
Returns the status of the draw
|
Modifier and Type | Method and Description |
---|---|
DrawStatus |
DrawCiImpl.getStatus()
Returns the status of the draw
|
Modifier and Type | Method and Description |
---|---|
DrawStatus |
DrawImpl.getStatus()
Returns the status of the draw
|
Modifier and Type | Method and Description |
---|---|
DrawStatus |
ExportableDrawCi.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ExportableDrawCi.setStatus(DrawStatus status) |
Constructor and Description |
---|
ExportableDrawCi(String id,
Map<Locale,String> names,
Date scheduled,
Date scheduledEnd,
Boolean startTimeTbd,
String replacedBy,
Locale defaultLocale,
String lotteryId,
DrawStatus status,
List<ExportableDrawResultCi> results,
Integer displayId,
Set<Locale> cachedLocales) |
Copyright © 2016–2025. All rights reserved.