public static enum AbstractEstimate.OfflineStatusesForAbstractEstimate extends Enum<AbstractEstimate.OfflineStatusesForAbstractEstimate>
| Enum Constant and Description |
|---|
COMMERCIAL_EVALUATION_DONE |
L1_TENDER_FINALIZED |
NOTICEINVITINGTENDERRELEASED |
TECHNICAL_EVALUATION_DONE |
TENDER_DOCUMENT_RELEASED |
TENDER_OPENED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AbstractEstimate.OfflineStatusesForAbstractEstimate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEstimate.OfflineStatusesForAbstractEstimate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEstimate.OfflineStatusesForAbstractEstimate NOTICEINVITINGTENDERRELEASED
public static final AbstractEstimate.OfflineStatusesForAbstractEstimate TENDER_DOCUMENT_RELEASED
public static final AbstractEstimate.OfflineStatusesForAbstractEstimate TENDER_OPENED
public static final AbstractEstimate.OfflineStatusesForAbstractEstimate TECHNICAL_EVALUATION_DONE
public static final AbstractEstimate.OfflineStatusesForAbstractEstimate COMMERCIAL_EVALUATION_DONE
public static final AbstractEstimate.OfflineStatusesForAbstractEstimate L1_TENDER_FINALIZED
public static AbstractEstimate.OfflineStatusesForAbstractEstimate[] values()
for (AbstractEstimate.OfflineStatusesForAbstractEstimate c : AbstractEstimate.OfflineStatusesForAbstractEstimate.values()) System.out.println(c);
public static AbstractEstimate.OfflineStatusesForAbstractEstimate valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AbstractEstimate.OfflineStatusesForAbstractEstimate>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.