- All Superinterfaces:
org.eclipse.emf.ecore.EObject
, IBmObject
, org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleLabelsImpl
public interface TimeScaleLabels
extends IBmObject
A representation of the model object '
Labels'.
The following features are supported:
- See Also:
-
-
-
Method Summary
Returns the value of the 'Labels' 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
-
getLabels
Returns the value of the '
Labels' containment reference list.
The list contents are of type
TimeScaleLabel
.
- Returns:
- the value of the 'Labels' 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:
-