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 int
getId()
Returns the value of the 'Id' attribute.int
getSeriesId()
Returns the value of the 'Series Id' attribute.Value
getValue()
Returns the value of the 'Value' containment reference.void
setId(int value)
Sets the value of the 'Id
' attribute.void
setSeriesId(int value)
Sets the value of the 'Series Id
' attribute.void
setValue(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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()
-
-