Package com._1c.g5.v8.dt.compare.model
Interface RelatedFeature
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RelatedFeatureImpl
A representation of the model object 'Related Feature'.
*
Class to store EStructuralFeature object.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Feature Id' attribute.intReturns the value of the 'Parent Feature EClass Id' attribute.voidsetFeatureId(int value) Sets the value of the 'Feature Id' attribute.voidsetParentFeatureEClassId(int value) Sets the value of the 'Parent Feature EClass Id' 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 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
-
getFeatureId
int getFeatureId()Returns the value of the 'Feature Id' attribute.- Returns:
- the value of the 'Feature Id' attribute.
- See Also:
-
setFeatureId
void setFeatureId(int value) Sets the value of the 'Feature Id' attribute.- Parameters:
value- the new value of the 'Feature Id' attribute.- See Also:
-
getParentFeatureEClassId
int getParentFeatureEClassId()Returns the value of the 'Parent Feature EClass Id' attribute.- Returns:
- the value of the 'Parent Feature EClass Id' attribute.
- See Also:
-
setParentFeatureEClassId
void setParentFeatureEClassId(int value) Sets the value of the 'Parent Feature EClass Id' attribute.- Parameters:
value- the new value of the 'Parent Feature EClass Id' attribute.- See Also:
-