|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SeriesGrouping
A representation of the model object 'Series Grouping'. This type holds all grouping-related information for a series.
The following features are supported:
Enabled
Grouping Unit
Grouping Origin
Grouping Interval
Group Type
Aggregate Expression
Aggregate Parameters
DataPackage.getSeriesGrouping()
Method Summary | |
---|---|
SeriesGrouping |
copyInstance()
A convenient method to get an instance copy. |
java.lang.String |
getAggregateExpression()
Returns the value of the 'Aggregate Expression' attribute. |
org.eclipse.emf.common.util.EList<java.lang.String> |
getAggregateParameters()
Returns the value of the 'Aggregate Parameters' attribute list. |
double |
getGroupingInterval()
Returns the value of the 'Grouping Interval' attribute. |
DataElement |
getGroupingOrigin()
Returns the value of the 'Grouping Origin' containment reference. |
GroupingUnitType |
getGroupingUnit()
Returns the value of the 'Grouping Unit' attribute. |
DataType |
getGroupType()
Returns the value of the 'Group Type' attribute. |
boolean |
isEnabled()
Returns the value of the 'Enabled' attribute. |
boolean |
isSetAggregateExpression()
Returns whether the value of the ' Aggregate Expression ' attribute is set. |
boolean |
isSetEnabled()
Returns whether the value of the ' Enabled ' attribute is set. |
boolean |
isSetGroupingInterval()
Returns whether the value of the ' Grouping Interval ' attribute is set. |
boolean |
isSetGroupingUnit()
Returns whether the value of the ' Grouping Unit ' attribute is set. |
boolean |
isSetGroupType()
Returns whether the value of the ' Group Type ' attribute is set. |
void |
setAggregateExpression(java.lang.String value)
Sets the value of the ' Aggregate Expression ' attribute. |
void |
setEnabled(boolean value)
Sets the value of the ' Enabled ' attribute. |
void |
setGroupingInterval(double value)
Sets the value of the ' Grouping Interval ' attribute. |
void |
setGroupingOrigin(DataElement value)
Sets the value of the ' Grouping Origin ' containment reference. |
void |
setGroupingUnit(GroupingUnitType value)
Sets the value of the ' Grouping Unit ' attribute. |
void |
setGroupType(DataType value)
Sets the value of the ' Group Type ' attribute. |
void |
unsetAggregateExpression()
Unsets the value of the ' Aggregate Expression ' attribute. |
void |
unsetEnabled()
Unsets the value of the ' Enabled ' attribute. |
void |
unsetGroupingInterval()
Unsets the value of the ' Grouping Interval ' attribute. |
void |
unsetGroupingUnit()
Unsets the value of the ' Grouping Unit ' attribute. |
void |
unsetGroupType()
Unsets the value of the ' Group Type ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isEnabled()
isSetEnabled()
,
unsetEnabled()
,
setEnabled(boolean)
,
DataPackage.getSeriesGrouping_Enabled()
void setEnabled(boolean value)
Enabled
' attribute.
value
- the new value of the 'Enabled' attribute.isSetEnabled()
,
unsetEnabled()
,
isEnabled()
void unsetEnabled()
Enabled
' attribute.
isSetEnabled()
,
isEnabled()
,
setEnabled(boolean)
boolean isSetEnabled()
Enabled
' attribute is set.
unsetEnabled()
,
isEnabled()
,
setEnabled(boolean)
GroupingUnitType getGroupingUnit()
#setGroupingUnit(String)
,
DataPackage.getSeriesGrouping_GroupingUnit()
void setGroupingUnit(GroupingUnitType value)
Grouping Unit
' attribute.
value
- the new value of the 'Grouping Unit' attribute.GroupingUnitType
,
isSetGroupingUnit()
,
unsetGroupingUnit()
,
getGroupingUnit()
void unsetGroupingUnit()
Grouping Unit
' attribute.
isSetGroupingUnit()
,
getGroupingUnit()
,
setGroupingUnit(GroupingUnitType)
boolean isSetGroupingUnit()
Grouping Unit
' attribute is set.
unsetGroupingUnit()
,
getGroupingUnit()
,
setGroupingUnit(GroupingUnitType)
DataElement getGroupingOrigin()
setGroupingOrigin(DataElement)
,
DataPackage.getSeriesGrouping_GroupingOrigin()
void setGroupingOrigin(DataElement value)
Grouping Origin
' containment reference.
value
- the new value of the 'Grouping Origin' containment reference.getGroupingOrigin()
double getGroupingInterval()
isSetGroupingInterval()
,
unsetGroupingInterval()
,
#setGroupingInterval(int)
,
DataPackage.getSeriesGrouping_GroupingInterval()
void setGroupingInterval(double value)
Grouping Interval
' attribute.
value
- the new value of the 'Grouping Interval' attribute.isSetGroupingInterval()
,
unsetGroupingInterval()
,
getGroupingInterval()
void unsetGroupingInterval()
Grouping Interval
' attribute.
isSetGroupingInterval()
,
getGroupingInterval()
,
setGroupingInterval(double)
boolean isSetGroupingInterval()
Grouping Interval
' attribute is set.
unsetGroupingInterval()
,
getGroupingInterval()
,
setGroupingInterval(double)
DataType getGroupType()
#setGroupType(String)
,
DataPackage.getSeriesGrouping_GroupType()
void setGroupType(DataType value)
Group Type
' attribute.
value
- the new value of the 'Group Type' attribute.DataType
,
isSetGroupType()
,
unsetGroupType()
,
getGroupType()
void unsetGroupType()
Group Type
' attribute.
isSetGroupType()
,
getGroupType()
,
setGroupType(DataType)
boolean isSetGroupType()
Group Type
' attribute is set.
unsetGroupType()
,
getGroupType()
,
setGroupType(DataType)
java.lang.String getAggregateExpression()
setAggregateExpression(String)
,
DataPackage.getSeriesGrouping_AggregateExpression()
void setAggregateExpression(java.lang.String value)
Aggregate Expression
' attribute.
value
- the new value of the 'Aggregate Expression' attribute.isSetAggregateExpression()
,
unsetAggregateExpression()
,
getAggregateExpression()
void unsetAggregateExpression()
Aggregate Expression
' attribute.
isSetAggregateExpression()
,
getAggregateExpression()
,
setAggregateExpression(String)
boolean isSetAggregateExpression()
Aggregate Expression
' attribute is set.
unsetAggregateExpression()
,
getAggregateExpression()
,
setAggregateExpression(String)
org.eclipse.emf.common.util.EList<java.lang.String> getAggregateParameters()
String
.
If the meaning of the 'Aggregate Parameters' attribute list isn't clear, there really should be more of a description here...
DataPackage.getSeriesGrouping_AggregateParameters()
SeriesGrouping copyInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |