|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.rebean.wi.PromptType
public final class PromptType
PromptType
class defines the allowable types of prompt.
Field Summary | |
---|---|
static int |
_Mono
Returns the int value corresponding to "Mono" PromptType |
static int |
_Multi
Returns the int value corresponding to "Multi" PromptType |
static PromptType |
Mono
A prompt with a single value. |
static PromptType |
Multi
A prompt that can have more than one value. |
Method Summary | |
---|---|
static PromptType |
from_int(int value)
Gets the PromptType corresponding to a particular value. |
java.lang.String |
toString()
Gets the PromptType as a String. |
int |
value()
Gets the PromptType as an int. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _Mono
public static final PromptType Mono
public static final int _Multi
public static final PromptType Multi
Method Detail |
---|
public int value()
public static PromptType from_int(int value)
value
- the value which corresponds to a PromptType
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |