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