ix.ideel
Class IssueOption.ManualOption

java.lang.Object
  |
  +--ix.ideel.IssueOption
        |
        +--ix.ideel.IssueOption.ManualOption
All Implemented Interfaces:
IssueHandler, StatusValues
Direct Known Subclasses:
IssueOption.NotApplicableOption
Enclosing class:
IssueOption

static class IssueOption.ManualOption
extends IssueOption

Indicates that the issue has been handled by the user. Note that an issue may have more than one Manual option, with different descriptions that act as reminders of different ways the user might act.


Inner classes inherited from class ix.ideel.IssueOption
IssueOption.ManualOption, IssueOption.NoActionOption, IssueOption.NotApplicableOption
 
Fields inherited from class ix.ideel.IssueOption
shortDescription
 
Fields inherited from interface ix.icore.process.StatusValues
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, PRIORITY_NONE, PRODUCT_BLANK, PRODUCT_COMPLETE, PRODUCT_DRAFT, STATUS_BLANK, STATUS_COMPLETE, STATUS_EXECUTING, STATUS_IMPOSSIBLE, STATUS_NA, STATUS_POSSIBLE
 
Constructor Summary
IssueOption.ManualOption()
           
IssueOption.ManualOption(java.lang.String methodDescription)
           
 
Methods inherited from class ix.ideel.IssueOption
getActionDescription, handleIssue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueOption.ManualOption

public IssueOption.ManualOption()

IssueOption.ManualOption

public IssueOption.ManualOption(java.lang.String methodDescription)