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
-
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessage
Returns the axis name.void
setAxisName
(com.onwbp.base.text.UserMessage axisName) Sets the name of the axis associated with the parentParameterDefinition
.void
setAxisRelationToParameter
(String parameterName) Links the parentParameterDefinition
to the axis of another Parameter.void
setGroupByParameterName
(String parameterName) Sets the output parameter name that will be used to group results.
-
Constructor Details
-
GraphicalOptions
public GraphicalOptions()
-
-
Method Details
-
setAxisRelationToParameter
Links the parentParameterDefinition
to 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
-