Interface ObjectSeriesValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ObjectSeriesValueImpl
public interface ObjectSeriesValue extends IBmObject
A representation of the model object 'Object Series Value'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()Returns the value of the 'Id' attribute.intgetSeriesId()Returns the value of the 'Series Id' attribute.ValuegetValue()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.voidsetValue(Value value)Sets 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, 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
-
-
-
-
Method Detail
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value),GeographicalSchemaPackage.getObjectSeriesValue_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getId
int getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(int),GeographicalSchemaPackage.getObjectSeriesValue_Id()
-
setId
void setId(int value)
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
getId()
-
getSeriesId
int getSeriesId()
Returns the value of the 'Series Id' attribute.- Returns:
- the value of the 'Series Id' attribute.
- See Also:
setSeriesId(int),GeographicalSchemaPackage.getObjectSeriesValue_SeriesId()
-
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:
getSeriesId()
-
-