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.StringgetBaseStyleName()Returns the base style which this custom style based uponjava.lang.StringgetDescription()Returns the description of this prompt custom stylejava.lang.StringgetName()Returns the name of this prompt custom stylejava.lang.StringgetPromptType()Returns the prompt type which this custom style can be applied to 
 - 
 
- 
- 
Method Detail
- 
getBaseStyleName
public java.lang.String getBaseStyleName()
Description copied from interface:WebPromptCustomStyleReturns the base style which this custom style based upon- Specified by:
 getBaseStyleNamein interfaceWebPromptCustomStyle- Returns:
 - the base style name
 
 
- 
getDescription
public java.lang.String getDescription()
Description copied from interface:WebPromptCustomStyleReturns the description of this prompt custom style- Specified by:
 getDescriptionin interfaceWebPromptCustomStyle- Returns:
 - the description
 
 
- 
getName
public java.lang.String getName()
Description copied from interface:WebPromptCustomStyleReturns the name of this prompt custom style- Specified by:
 getNamein interfaceWebPromptCustomStyle- Returns:
 - the name
 
 
- 
getPromptType
public java.lang.String getPromptType()
Description copied from interface:WebPromptCustomStyleReturns the prompt type which this custom style can be applied to- Specified by:
 getPromptTypein 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. 
 
 - 
 
 -