Package com.microstrategy.web.objects
Interface EnumLinkAnswerMode
-
public interface EnumLinkAnswerMode
- Since:
- MicroStrategy Web 8.1.2
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL_VALID_UNITS
static int
CLOSE
static int
CURRENT_UNIT
static int
DO_NOT_ANSWER
static int
DYNAMIC
static int
DYNAMIC_OR_SAME_PROMPT
static int
SAME_PROMPT
static int
STATIC
static int
USE_DEFAULT_ANSWER
-
-
-
Field Detail
-
SAME_PROMPT
static final int SAME_PROMPT
- See Also:
- Constant Field Values
-
DO_NOT_ANSWER
static final int DO_NOT_ANSWER
- See Also:
- Constant Field Values
-
CLOSE
static final int CLOSE
- See Also:
- Constant Field Values
-
DYNAMIC
static final int DYNAMIC
- See Also:
- Constant Field Values
-
STATIC
static final int STATIC
- See Also:
- Constant Field Values
-
CURRENT_UNIT
static final int CURRENT_UNIT
- See Also:
- Constant Field Values
-
ALL_VALID_UNITS
static final int ALL_VALID_UNITS
- See Also:
- Constant Field Values
-
USE_DEFAULT_ANSWER
static final int USE_DEFAULT_ANSWER
- See Also:
- Constant Field Values
-
DYNAMIC_OR_SAME_PROMPT
static final int DYNAMIC_OR_SAME_PROMPT
- See Also:
- Constant Field Values
-
-