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 SummaryFields inherited from interface com._1c.g5.v8.bm.core.IBmObjectBM_NULL_ID
- 
Method SummaryModifier 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getFeatureIdint getFeatureId()Returns the value of the 'Feature Id' attribute.- Returns:
- the value of the 'Feature Id' attribute.
- See Also:
 
- 
setFeatureIdvoid setFeatureId(int value) Sets the value of the 'Feature Id' attribute.- Parameters:
- value- the new value of the 'Feature Id' attribute.
- See Also:
 
- 
getParentFeatureEClassIdint getParentFeatureEClassId()Returns the value of the 'Parent Feature EClass Id' attribute.- Returns:
- the value of the 'Parent Feature EClass Id' attribute.
- See Also:
 
- 
setParentFeatureEClassIdvoid 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:
 
 
-