public final class ModelInteractorType extends Enum
InteractiveOutput.| Modifier and Type | Field and Description |
|---|---|
static ModelInteractorType |
DECISION_LIST
Represents an interactive Decision List.
|
static ModelInteractorType |
UNKNOWN
Represents a model interactor whose type cannot be determined.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelInteractorType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ModelInteractorType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
boolean |
isUnknown()
Returns
true if this value is UNKNOWN. |
public static final ModelInteractorType UNKNOWN
public static final ModelInteractorType DECISION_LIST
public static ModelInteractorType getEnum(java.lang.String name)
null if
no enumeration exists for the supplied name.name - the enumeration namenullpublic static ModelInteractorType[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.