ix.icore.process
Interface StatusValues

All Known Implementing Classes:
BasicIssue, PNode, IdeelIssue, IssueOption, IssueViewingTable, IssueEditor.EditPanel, IdeelIssueHandler, StatusChange, ProcessModel, ProcessModel.OverallCell, ProcessModel.Node, Product, BasicItest

public interface StatusValues

Process action and product status values.

See Also:
ViewColor

Field Summary
static int PRIORITY_HIGH
           
static int PRIORITY_LOW
           
static int PRIORITY_MEDIUM
           
static int PRIORITY_NONE
           
static int PRODUCT_BLANK
           
static int PRODUCT_COMPLETE
           
static int PRODUCT_DRAFT
           
static int STATUS_BLANK
           
static int STATUS_COMPLETE
           
static int STATUS_EXECUTING
           
static int STATUS_IMPOSSIBLE
           
static int STATUS_NA
           
static int STATUS_POSSIBLE
           
 

Field Detail

STATUS_BLANK

public static final int STATUS_BLANK

STATUS_COMPLETE

public static final int STATUS_COMPLETE

STATUS_EXECUTING

public static final int STATUS_EXECUTING

STATUS_POSSIBLE

public static final int STATUS_POSSIBLE

STATUS_IMPOSSIBLE

public static final int STATUS_IMPOSSIBLE

STATUS_NA

public static final int STATUS_NA

PRODUCT_BLANK

public static final int PRODUCT_BLANK

PRODUCT_COMPLETE

public static final int PRODUCT_COMPLETE

PRODUCT_DRAFT

public static final int PRODUCT_DRAFT

PRIORITY_LOW

public static final int PRIORITY_LOW

PRIORITY_NONE

public static final int PRIORITY_NONE

PRIORITY_MEDIUM

public static final int PRIORITY_MEDIUM

PRIORITY_HIGH

public static final int PRIORITY_HIGH