- All Known Implementing Classes:
LoadImpl
A representation of the model object 'Load'.
Provides information about data load
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Returns the value of the 'End' attribute.getError()Returns the value of the 'Error' attribute.Returns the value of the 'Reference' attribute.intgetSize()Returns the value of the 'Size' attribute.Returns the value of the 'Source' attribute.getStart()Returns the value of the 'Start' attribute.voidSets the value of the 'End' attribute.voidSets the value of the 'Error' attribute.voidsetReference(String value) Sets the value of the 'Reference' attribute.voidsetSize(int value) Sets the value of the 'Size' attribute.voidSets the value of the 'Source' attribute.voidSets the value of the 'Start' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
Returns the value of the 'Source' attribute. Source system. E.g. URL or user account and URL- Returns:
- the value of the 'Source' attribute.
- See Also:
-
setSource
Sets the value of the 'Source' attribute.- Parameters:
value- the new value of the 'Source' attribute.- See Also:
-
getReference
Returns the value of the 'Reference' attribute. Reference name, e.g. branches. The containing object (self) if empty.- Returns:
- the value of the 'Reference' attribute.
- See Also:
-
setReference
Sets the value of the 'Reference' attribute.- Parameters:
value- the new value of the 'Reference' attribute.- See Also:
-
getStart
Returns the value of the 'Start' attribute. Load start- Returns:
- the value of the 'Start' attribute.
- See Also:
-
setStart
Sets the value of the 'Start' attribute.- Parameters:
value- the new value of the 'Start' attribute.- See Also:
-
getEnd
Returns the value of the 'End' attribute. Load end- Returns:
- the value of the 'End' attribute.
- See Also:
-
setEnd
Sets the value of the 'End' attribute.- Parameters:
value- the new value of the 'End' attribute.- See Also:
-
getError
Returns the value of the 'Error' attribute. Error if load failed- Returns:
- the value of the 'Error' attribute.
- See Also:
-
setError
Sets the value of the 'Error' attribute.- Parameters:
value- the new value of the 'Error' attribute.- See Also:
-
getSize
int getSize()Returns the value of the 'Size' attribute. Number of elements loaded- Returns:
- the value of the 'Size' attribute.
- See Also:
-
setSize
Sets the value of the 'Size' attribute.- Parameters:
value- the new value of the 'Size' attribute.- See Also:
-