Package com.orchestranetworks.addon.dqid
Class GraphicalOptions
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.GraphicalOptions
-
public final class GraphicalOptions extends java.lang.ObjectProvides additional information for aParameterDefinition, which is used for chart generation.
-
-
Constructor Summary
Constructors Constructor Description GraphicalOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetAxisName()Returns the axis name.java.lang.StringgetAxisRelationToParameter()java.lang.StringgetGroupByParameterName()voidsetAxisName(com.onwbp.base.text.UserMessage axisName)Sets the name of the axis associated with the parentParameterDefinition.voidsetAxisRelationToParameter(java.lang.String parameterName)Links the parentParameterDefinitionto the axis of another Parameter.voidsetGroupByParameterName(java.lang.String parameterName)Sets the output parameter name that will be used to group results.
-
-
-
Method Detail
-
setAxisRelationToParameter
public void setAxisRelationToParameter(java.lang.String parameterName)
Links the parentParameterDefinitionto the axis of another Parameter.
-
getAxisRelationToParameter
public java.lang.String getAxisRelationToParameter()
- See Also:
setAxisRelationToParameter(String)
-
setAxisName
public void setAxisName(com.onwbp.base.text.UserMessage axisName)
Sets the name of the axis associated with the parentParameterDefinition.
-
getAxisName
public com.onwbp.base.text.UserMessage getAxisName()
Returns the axis name.
-
setGroupByParameterName
public void setGroupByParameterName(java.lang.String parameterName)
Sets the output parameter name that will be used to group results.- Parameters:
parameterName- String- Since:
- 1.3.0
- See Also:
ParameterDefinition
-
getGroupByParameterName
public java.lang.String getGroupByParameterName()
- Since:
- 1.3.0
-
-