Interface Collect
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CollectImpl
public interface Collect extends IBmObject
- See Also:
GanttChartPackage.getCollect()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CollectItem>
getItems()
Returns the value of the 'Items' containment reference list.int
getTicks()
Returns the value of the 'Ticks' attribute.void
setTicks(int value)
Sets the value of the 'Ticks
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getItems
org.eclipse.emf.common.util.EList<CollectItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeCollectItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
GanttChartPackage.getCollect_Items()
-
getTicks
int getTicks()
Returns the value of the 'Ticks' attribute.- Returns:
- the value of the 'Ticks' attribute.
- See Also:
setTicks(int)
,GanttChartPackage.getCollect_Ticks()
-
setTicks
void setTicks(int value)
Sets the value of the 'Ticks
' attribute.- Parameters:
value
- the new value of the 'Ticks' attribute.- See Also:
getTicks()
-
-