public static enum WebCell.CellStatus extends Enum<WebCell.CellStatus>
| Modifier and Type | Method and Description |
|---|---|
long |
status() |
static WebCell.CellStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebCell.CellStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebCell.CellStatus CELLSTATUS_PARENT_LEVEL_INPUT
public static final WebCell.CellStatus CELLSTATUS_NODATA
public static final WebCell.CellStatus CELLSTATUS_HASTRANSACTIONS
public static final WebCell.CellStatus CELLSTATUS_HASICDETAILTRANS
public static final WebCell.CellStatus CELLSTATUS_DERIVED
public static final WebCell.CellStatus CELLSTATUS_INVALID
public static final WebCell.CellStatus CELLSTATUS_DRILLABLE
public static final WebCell.CellStatus CELLSTATUS_CANWRITE
public static final WebCell.CellStatus CELLSTATUS_NOREADACCESS
public static final WebCell.CellStatus CELLSTATUS_NOWRITEACCESS
public static final WebCell.CellStatus CELLSTATUS_ISADJUSTMENTMEMBER
public static final WebCell.CellStatus CELLSTATUS_SUPPORTSLINEITEMS
public static final WebCell.CellStatus CELLSTATUS_HASTEXT
public static final WebCell.CellStatus CELLSTATUS_SUPPORTSCHARTLOGIC
public static final WebCell.CellStatus CELLSTATUS_SUPPORTSTRANSLATION
public static final WebCell.CellStatus CELLSTATUS_SUPPORTSCONSOLIDATION
public static final WebCell.CellStatus CELLSTATUS_SUPPORTSPERIODALLOCATIONS
public static final WebCell.CellStatus CELLSTATUS_ISINPUTFREQUENCY
public static final WebCell.CellStatus CELLSTATUS_INUSE
public static final WebCell.CellStatus CELLSTATUS_NODATAINTABLE
public static final WebCell.CellStatus CELLSTATUS_VALUEMEMBER_NODATAINTABLE
public static final WebCell.CellStatus CELLSTATUS_OK_BUT_SYSTEM_CHANGED
public static final WebCell.CellStatus CELLSTATUS_NEEDSCHARTLOGIC
public static final WebCell.CellStatus CELLSTATUS_NEEDSTRANSLATION
public static final WebCell.CellStatus CELLSTATUS_NEEDSCONSOLIDATION
public static final WebCell.CellStatus CELLSTATUS_VALUEMEMBER_NEEDS_CALC
public static final WebCell.CellStatus CELLSTATUS_LOCKED
public static final WebCell.CellStatus CELLSTATUS_PROCESS_FLOW_BIT1
public static final WebCell.CellStatus CELLSTATUS_PROCESS_FLOW_BIT2
public static final WebCell.CellStatus CELLSTATUS_PROCESS_FLOW_BIT3
public static final WebCell.CellStatus CELLSTATUS_PROCESS_FLOW_BIT4
public static final WebCell.CellStatus CELLSTATUS_ERROR
public static final WebCell.CellStatus CELLSTATUSEX_SUPPORTSICTRANS
public static WebCell.CellStatus[] values()
for (WebCell.CellStatus c : WebCell.CellStatus.values()) System.out.println(c);
public static WebCell.CellStatus 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 long status()
Copyright 2007, 2026, Oracle. All rights reserved.