Interface ObjectSeriesValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ObjectSeriesValueImpl
A representation of the model object 'Object Series Value'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionintgetId()Returns the value of the 'Id' attribute.intReturns the value of the 'Series Id' attribute.getValue()Returns the value of the 'Value' containment reference.voidsetId(int value) Sets the value of the 'Id' attribute.voidsetSeriesId(int value) Sets the value of the 'Series Id' attribute.voidSets the value of the 'Value' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
-
getId
int getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
void setId(int value) Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getSeriesId
int getSeriesId()Returns the value of the 'Series Id' attribute.- Returns:
- the value of the 'Series Id' attribute.
- See Also:
-
setSeriesId
void setSeriesId(int value) Sets the value of the 'Series Id' attribute.- Parameters:
value- the new value of the 'Series Id' attribute.- See Also:
-