Module org.nasdanika.models.gitlab
Package org.nasdanika.models.gitlab.impl
Class RepositoryFileImpl
java.lang.Object
- All Implemented Interfaces:
Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,Blob,Loadable,RepositoryFile,TreeItem,org.nasdanika.ncore.TreeItem
- Direct Known Subclasses:
BinaryRepositoryFileImpl,EObjectRepositoryFileImpl,ListRepositoryFileImpl,TextRepositoryFileImpl
An implementation of the model object 'Repository File'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringThe default value of the 'Commit Id' attribute.protected static final StringThe default value of the 'Last Commit Id' attribute.protected static final StringThe default value of the 'Ref' attribute.protected static final IntegerThe default value of the 'Size' attribute.Fields inherited from class org.nasdanika.models.gitlab.impl.TreeItemImpl
ID_EDEFAULT, NAME_EDEFAULT, PATH_EDEFAULTFields inherited from class org.nasdanika.models.gitlab.impl.LoadableImpl
LOADED_EDEFAULTFields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainerFields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NILFields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneGet(int featureID, boolean resolve, boolean coreType) booleaneIsSet(int featureID) voidprotected EClassvoideUnset(int featureID) getRef()getSize()voidsetCommitId(String newCommitId) voidsetLastCommitId(String newLastCommitId) voidvoidMethods inherited from class org.nasdanika.models.gitlab.impl.TreeItemImpl
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getId, getName, getPath, setId, setName, setPathMethods inherited from class org.nasdanika.models.gitlab.impl.LoadableImpl
eInverseRemove, eStaticFeatureCount, getLoaded, getLoads, setLoadedMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingsMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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.ecore.InternalEObject
eNotificationRequiredMethods inherited from interface org.nasdanika.models.gitlab.Loadable
getLoaded, getLoads, setLoadedMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.nasdanika.models.gitlab.TreeItem
getId, getPath, setId, setPathMethods inherited from interface org.nasdanika.ncore.TreeItem
getName, setName
-
Field Details
-
SIZE_EDEFAULT
The default value of the 'Size' attribute.- See Also:
-
REF_EDEFAULT
The default value of the 'Ref' attribute.- See Also:
-
COMMIT_ID_EDEFAULT
The default value of the 'Commit Id' attribute.- See Also:
-
LAST_COMMIT_ID_EDEFAULT
The default value of the 'Last Commit Id' attribute.- See Also:
-
-
Constructor Details
-
RepositoryFileImpl
protected RepositoryFileImpl()
-
-
Method Details
-
eStaticClass
- Overrides:
eStaticClassin classBlobImpl
-
getSize
- Specified by:
getSizein interfaceRepositoryFile- Returns:
- the value of the 'Size' attribute.
- See Also:
-
setSize
- Specified by:
setSizein interfaceRepositoryFile- Parameters:
newSize- the new value of the 'Size' attribute.- See Also:
-
getRef
- Specified by:
getRefin interfaceRepositoryFile- Returns:
- the value of the 'Ref' attribute.
- See Also:
-
setRef
- Specified by:
setRefin interfaceRepositoryFile- Parameters:
newRef- the new value of the 'Ref' attribute.- See Also:
-
getCommitId
- Specified by:
getCommitIdin interfaceRepositoryFile- Returns:
- the value of the 'Commit Id' attribute.
- See Also:
-
setCommitId
- Specified by:
setCommitIdin interfaceRepositoryFile- Parameters:
newCommitId- the new value of the 'Commit Id' attribute.- See Also:
-
getLastCommitId
- Specified by:
getLastCommitIdin interfaceRepositoryFile- Returns:
- the value of the 'Last Commit Id' attribute.
- See Also:
-
setLastCommitId
- Specified by:
setLastCommitIdin interfaceRepositoryFile- Parameters:
newLastCommitId- the new value of the 'Last Commit Id' attribute.- See Also:
-
eGet
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classTreeItemImpl
-
eSet
- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classTreeItemImpl
-
eUnset
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classTreeItemImpl
-
eIsSet
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classTreeItemImpl
-