- All Superinterfaces:
org.eclipse.emf.ecore.EObject
, IBmObject
, org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CollectImpl
A representation of the model object '
Collect'.
The following features are supported:
- See Also:
-
-
-
Method Summary
Returns the value of the 'Items' containment reference list.
int
Returns the value of the 'Ticks' attribute.
void
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItems
org.eclipse.emf.common.util.EList<CollectItem> getItems()
Returns the value of the '
Items' containment reference list.
The list contents are of type
CollectItem
.
- Returns:
- the value of the 'Items' containment reference list.
- See Also:
-
-
getTicks
int getTicks()
Returns the value of the 'Ticks' attribute.
- Returns:
- the value of the 'Ticks' attribute.
- See Also:
-
-
setTicks
void setTicks(int value)
Sets the value of the '
Ticks
' attribute.
- Parameters:
value
- the new value of the 'Ticks' attribute.
- See Also:
-