Package com.microstrategy.web.objects
Class WebPromptCustomStyleImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebPromptCustomStyleImpl
-
- All Implemented Interfaces:
WebPromptCustomStyle
public class WebPromptCustomStyleImpl extends java.lang.Object implements WebPromptCustomStyle
- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description WebPromptCustomStyleImpl(java.lang.String name, java.lang.String description, java.lang.String baseStyle, java.lang.String promptType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBaseStyleName()
Returns the base style which this custom style based uponjava.lang.String
getDescription()
Returns the description of this prompt custom stylejava.lang.String
getName()
Returns the name of this prompt custom stylejava.lang.String
getPromptType()
Returns the prompt type which this custom style can be applied to
-
-
-
Method Detail
-
getBaseStyleName
public java.lang.String getBaseStyleName()
Description copied from interface:WebPromptCustomStyle
Returns the base style which this custom style based upon- Specified by:
getBaseStyleName
in interfaceWebPromptCustomStyle
- Returns:
- the base style name
-
getDescription
public java.lang.String getDescription()
Description copied from interface:WebPromptCustomStyle
Returns the description of this prompt custom style- Specified by:
getDescription
in interfaceWebPromptCustomStyle
- Returns:
- the description
-
getName
public java.lang.String getName()
Description copied from interface:WebPromptCustomStyle
Returns the name of this prompt custom style- Specified by:
getName
in interfaceWebPromptCustomStyle
- Returns:
- the name
-
getPromptType
public java.lang.String getPromptType()
Description copied from interface:WebPromptCustomStyle
Returns the prompt type which this custom style can be applied to- Specified by:
getPromptType
in interfaceWebPromptCustomStyle
- Returns:
- The prompt type. A value of
WebPromptCustomStyles.CONSTANT_PROMPT
,WebPromptCustomStyles.OBJECT_PROMPT
,WebPromptCustomStyles.ELEMENT_PROMPT
,WebPromptCustomStyles.AQ_PROMPT
,WebPromptCustomStyles.MQ_PROMPT
,WebPromptCustomStyles.HIERARCHICAL_PROMPT
.
-
-