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 intgetFeatureId()Returns the value of the 'Feature Id' attribute.intgetParentFeatureEClassId()Returns 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, eUnset
-
Methods 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, bmSetProperty
-
-
-
-
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()
-
-