Package com.orchestranetworks.addon.dqid
Class GraphicalOptions
java.lang.Object
com.orchestranetworks.addon.dqid.GraphicalOptions
Provides additional information for a
ParameterDefinition, which is used for chart generation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessageReturns the axis name.voidsetAxisName(com.onwbp.base.text.UserMessage axisName) Sets the name of the axis associated with the parentParameterDefinition.voidsetAxisRelationToParameter(String parameterName) Links the parentParameterDefinitionto the axis of another Parameter.voidsetGroupByParameterName(String parameterName) Sets the output parameter name that will be used to group results.
-
Constructor Details
-
GraphicalOptions
public GraphicalOptions()
-
-
Method Details
-
setAxisRelationToParameter
Links the parentParameterDefinitionto the axis of another Parameter. -
getAxisRelationToParameter
- See Also:
-
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
Sets the output parameter name that will be used to group results.- Parameters:
parameterName- String- Since:
- 1.3.0
- See Also:
-
getGroupByParameterName
- Since:
- 1.3.0
-