public class SeriesDefinitionImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements SeriesDefinition
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterListEMPTY_ARRAY| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetGrouping(SeriesGrouping newGrouping,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetQuery(Query newQuery,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetSeriesPalette(Palette newSeriesPalette,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetSortKey(Query newSortKey,
org.eclipse.emf.common.notify.NotificationChain msgs) |
SeriesDefinition |
copyInstance() |
static SeriesDefinition |
create()
A convenience method provided to create a series definition instance and
initialize its member variables
NOTE: Manually written
|
static SeriesDefinition |
createDefault()
A convenience method provided to create a series definition instance and
initialize its member variables
NOTE: Manually written
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
Series |
getDesignTimeSeries() |
FormatSpecifier |
getFormatSpecifier() |
SeriesGrouping |
getGrouping() |
Query |
getQuery() |
java.util.List<Series> |
getRunTimeSeries() |
org.eclipse.emf.common.util.EList<Series> |
getSeries() |
org.eclipse.emf.common.util.EList<SeriesDefinition> |
getSeriesDefinitions() |
Palette |
getSeriesPalette() |
SortOption |
getSorting() |
Query |
getSortKey() |
java.lang.String |
getSortLocale() |
int |
getSortStrength() |
int |
getZOrder() |
boolean |
isSetSorting() |
boolean |
isSetSortStrength() |
boolean |
isSetZOrder() |
void |
setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
setGrouping(SeriesGrouping newGrouping) |
void |
setQuery(Query newQuery) |
void |
setSeriesPalette(Palette newSeriesPalette) |
void |
setSorting(SortOption newSorting) |
void |
setSortKey(Query newSortKey) |
void |
setSortLocale(java.lang.String newSortLocale) |
void |
setSortStrength(int newSortStrength) |
void |
setZOrder(int newZOrder) |
java.lang.String |
toString() |
void |
unsetSorting() |
void |
unsetSortStrength() |
void |
unsetZOrder() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnsetpublic Query getQuery()
getQuery 在接口中 SeriesDefinitionSeriesDefinition.setQuery(Query),
DataPackage.getSeriesDefinition_Query()public org.eclipse.emf.common.notify.NotificationChain basicSetQuery(Query newQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setQuery(Query newQuery)
setQuery 在接口中 SeriesDefinitionnewQuery - the new value of the 'Query' containment reference.SeriesDefinition.getQuery()public Palette getSeriesPalette()
getSeriesPalette 在接口中 SeriesDefinitionSeriesDefinition.setSeriesPalette(Palette),
DataPackage.getSeriesDefinition_SeriesPalette()public org.eclipse.emf.common.notify.NotificationChain basicSetSeriesPalette(Palette newSeriesPalette, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSeriesPalette(Palette newSeriesPalette)
setSeriesPalette 在接口中 SeriesDefinitionnewSeriesPalette - the new value of the 'Series Palette' containment reference.SeriesDefinition.getSeriesPalette()public org.eclipse.emf.common.util.EList<SeriesDefinition> getSeriesDefinitions()
getSeriesDefinitions 在接口中 SeriesDefinitionDataPackage.getSeriesDefinition_SeriesDefinitions()public FormatSpecifier getFormatSpecifier()
getFormatSpecifier 在接口中 SeriesDefinitionSeriesDefinition.setFormatSpecifier(FormatSpecifier),
DataPackage.getSeriesDefinition_FormatSpecifier()public org.eclipse.emf.common.notify.NotificationChain basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFormatSpecifier(FormatSpecifier newFormatSpecifier)
setFormatSpecifier 在接口中 SeriesDefinitionnewFormatSpecifier - the new value of the 'Format Specifier' containment reference.SeriesDefinition.getFormatSpecifier()public org.eclipse.emf.common.util.EList<Series> getSeries()
getSeries 在接口中 SeriesDefinitionDataPackage.getSeriesDefinition_Series()public SeriesGrouping getGrouping()
getGrouping 在接口中 SeriesDefinitionSeriesDefinition.setGrouping(SeriesGrouping),
DataPackage.getSeriesDefinition_Grouping()public org.eclipse.emf.common.notify.NotificationChain basicSetGrouping(SeriesGrouping newGrouping, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setGrouping(SeriesGrouping newGrouping)
setGrouping 在接口中 SeriesDefinitionnewGrouping - the new value of the 'Grouping' containment reference.SeriesDefinition.getGrouping()public SortOption getSorting()
getSorting 在接口中 SeriesDefinitionSortOption,
SeriesDefinition.isSetSorting(),
SeriesDefinition.unsetSorting(),
SeriesDefinition.setSorting(SortOption),
DataPackage.getSeriesDefinition_Sorting()public void setSorting(SortOption newSorting)
setSorting 在接口中 SeriesDefinitionnewSorting - the new value of the 'Sorting' attribute.SortOption,
SeriesDefinition.isSetSorting(),
SeriesDefinition.unsetSorting(),
SeriesDefinition.getSorting()public void unsetSorting()
public boolean isSetSorting()
isSetSorting 在接口中 SeriesDefinitionSeriesDefinition.unsetSorting(),
SeriesDefinition.getSorting(),
SeriesDefinition.setSorting(SortOption)public Query getSortKey()
getSortKey 在接口中 SeriesDefinitionSeriesDefinition.setSortKey(Query),
DataPackage.getSeriesDefinition_SortKey()public org.eclipse.emf.common.notify.NotificationChain basicSetSortKey(Query newSortKey, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSortKey(Query newSortKey)
setSortKey 在接口中 SeriesDefinitionnewSortKey - the new value of the 'Sort Key' containment reference.SeriesDefinition.getSortKey()public java.lang.String getSortLocale()
getSortLocale 在接口中 SeriesDefinitionSeriesDefinition.setSortLocale(String),
DataPackage.getSeriesDefinition_SortLocale()public void setSortLocale(java.lang.String newSortLocale)
setSortLocale 在接口中 SeriesDefinitionnewSortLocale - the new value of the 'Sort Locale' attribute.SeriesDefinition.getSortLocale()public int getSortStrength()
getSortStrength 在接口中 SeriesDefinitionSeriesDefinition.isSetSortStrength(),
SeriesDefinition.unsetSortStrength(),
SeriesDefinition.setSortStrength(int),
DataPackage.getSeriesDefinition_SortStrength()public void setSortStrength(int newSortStrength)
setSortStrength 在接口中 SeriesDefinitionnewSortStrength - the new value of the 'Sort Strength' attribute.SeriesDefinition.isSetSortStrength(),
SeriesDefinition.unsetSortStrength(),
SeriesDefinition.getSortStrength()public void unsetSortStrength()
public boolean isSetSortStrength()
isSetSortStrength 在接口中 SeriesDefinitionSeriesDefinition.unsetSortStrength(),
SeriesDefinition.getSortStrength(),
SeriesDefinition.setSortStrength(int)public int getZOrder()
getZOrder 在接口中 SeriesDefinitionSeriesDefinition.isSetZOrder(),
SeriesDefinition.unsetZOrder(),
SeriesDefinition.setZOrder(int),
DataPackage.getSeriesDefinition_ZOrder()public void setZOrder(int newZOrder)
setZOrder 在接口中 SeriesDefinitionnewZOrder - the new value of the 'ZOrder' attribute.SeriesDefinition.isSetZOrder(),
SeriesDefinition.unsetZOrder(),
SeriesDefinition.getZOrder()public void unsetZOrder()
public boolean isSetZOrder()
isSetZOrder 在接口中 SeriesDefinitionSeriesDefinition.unsetZOrder(),
SeriesDefinition.getZOrder(),
SeriesDefinition.setZOrder(int)public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet 在接口中 org.eclipse.emf.ecore.InternalEObjecteGet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset 在接口中 org.eclipse.emf.ecore.InternalEObjecteUnset 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteIsSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic static final SeriesDefinition create()
public static final SeriesDefinition createDefault()
public final Series getDesignTimeSeries()
getDesignTimeSeries 在接口中 SeriesDefinitionpublic final java.util.List<Series> getRunTimeSeries()
getRunTimeSeries 在接口中 SeriesDefinitionpublic SeriesDefinition copyInstance()
copyInstance 在接口中 SeriesDefinitioncopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.