ix.ideel
Class IssueOption.NotApplicableOption

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

static class IssueOption.NotApplicableOption
extends IssueOption.ManualOption

Used to indicate the the issue does not apply in the current situation.


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.NotApplicableOption()
           
 
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.NotApplicableOption

public IssueOption.NotApplicableOption()