Package com.microstrategy.web.app.utils
Enum WFProperty.WFPropertySet
- java.lang.Object
-
- java.lang.Enum<WFProperty.WFPropertySet>
-
- com.microstrategy.web.app.utils.WFProperty.WFPropertySet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<WFProperty.WFPropertySet>
- Enclosing class:
- WFProperty
public static enum WFProperty.WFPropertySet extends java.lang.Enum<WFProperty.WFPropertySet>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WFProperty.WFPropertySet
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WFProperty.WFPropertySet[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FormattingAlignment
public static final WFProperty.WFPropertySet FormattingAlignment
-
FormattingAppearance
public static final WFProperty.WFPropertySet FormattingAppearance
-
FormattingBorder
public static final WFProperty.WFPropertySet FormattingBorder
-
FormattingCrosstab
public static final WFProperty.WFPropertySet FormattingCrosstab
-
FormattingFont
public static final WFProperty.WFPropertySet FormattingFont
-
FormattingHTML
public static final WFProperty.WFPropertySet FormattingHTML
-
FormattingLayout
public static final WFProperty.WFPropertySet FormattingLayout
-
FormattingLine
public static final WFProperty.WFPropertySet FormattingLine
-
FormattingNavigation
public static final WFProperty.WFPropertySet FormattingNavigation
-
FormattingOrder
public static final WFProperty.WFPropertySet FormattingOrder
-
FormattingPadding
public static final WFProperty.WFPropertySet FormattingPadding
-
FormattingPage
public static final WFProperty.WFPropertySet FormattingPage
-
FormattingPatterns
public static final WFProperty.WFPropertySet FormattingPatterns
-
FormattingPosition
public static final WFProperty.WFPropertySet FormattingPosition
-
FormattingSection
public static final WFProperty.WFPropertySet FormattingSection
-
FormattingSize
public static final WFProperty.WFPropertySet FormattingSize
-
FormattingView
public static final WFProperty.WFPropertySet FormattingView
-
Visualization
public static final WFProperty.WFPropertySet Visualization
-
FormattingWidget
public static final WFProperty.WFPropertySet FormattingWidget
-
FormattingSelector
public static final WFProperty.WFPropertySet FormattingSelector
-
FormattingNumber
public static final WFProperty.WFPropertySet FormattingNumber
-
RWDocumentProperties
public static final WFProperty.WFPropertySet RWDocumentProperties
-
FormattingAnalysis
public static final WFProperty.WFPropertySet FormattingAnalysis
-
MDXPassThrough
public static final WFProperty.WFPropertySet MDXPassThrough
-
-
Method Detail
-
values
public static WFProperty.WFPropertySet[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WFProperty.WFPropertySet c : WFProperty.WFPropertySet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WFProperty.WFPropertySet valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-