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
public interface RelatedFeature extends IBmObject
A representation of the model object 'Related Feature'. * Class to store EStructuralFeature object.The following features are supported:
- See Also:
ComparePackage.getRelatedFeature()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFeatureId()
Returns the value of the 'Feature Id' attribute.int
getParentFeatureEClassId()
Returns the value of the 'Parent Feature EClass Id' attribute.void
setFeatureId(int value)
Sets the value of the 'Feature Id
' attribute.void
setParentFeatureEClassId(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, 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
-
getFeatureId
int getFeatureId()
Returns the value of the 'Feature Id' attribute.- Returns:
- the value of the 'Feature Id' attribute.
- See Also:
setFeatureId(int)
,ComparePackage.getRelatedFeature_FeatureId()
-
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:
getFeatureId()
-
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(int)
,ComparePackage.getRelatedFeature_ParentFeatureEClassId()
-
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:
getParentFeatureEClassId()
-
-