Package com._1c.g5.v8.dt.compare.model
Interface FeatureComparisonNode
- 
- All Superinterfaces:
- ComparisonNode,- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- BslModuleComparisonNode,- ChartComparisonNode,- ChildMdCollectionComparisonNode,- ChildMdCollectionImplComparisonNode,- CmiComparisonNode,- ContainmentCollectionComparisonNode,- ContainmentCollectionImplComparisonNode,- ContainmentFeatureComparisonNode,- DcsComparisonNode,- ExternalPropertyComparisonNode,- FeatureCollectionComparisonNode,- FormComparisonNode,- HtmlDocumentComparisonNode,- MdCollectionComparisonNode,- ReferenceCollectionComparisonNode,- ReferenceCollectionImplComparisonNode,- ReferenceFeatureComparisonNode,- RightsComparisonNode,- SingleContainmentFeatureComparisonNode,- SingleContainmentFeatureImplComparisonNode,- SingleFeatureComparisonNode,- SingleReferenceFeatureComparisonNode,- SingleReferenceFeatureImplComparisonNode,- SingleValueComparisonNode,- SingleValueImplComparisonNode,- SolidResourceComparisonNode,- TopMdCollectionComparisonNode,- TopMdCollectionImplComparisonNode,- ValueCollectionComparisonNode,- ValueCollectionImplComparisonNode
 - All Known Implementing Classes:
- BslModuleComparisonNodeImpl,- ChartComparisonNodeImpl,- ChildMdCollectionComparisonNodeImpl,- ChildMdCollectionImplComparisonNodeImpl,- CmiComparisonNodeImpl,- ContainmentCollectionComparisonNodeImpl,- ContainmentCollectionImplComparisonNodeImpl,- ContainmentFeatureComparisonNodeImpl,- DcsComparisonNodeImpl,- ExternalPropertyComparisonNodeImpl,- FeatureCollectionComparisonNodeImpl,- FeatureComparisonNodeImpl,- FormComparisonNodeImpl,- HtmlDocumentComparisonNodeImpl,- MdCollectionComparisonNodeImpl,- ReferenceCollectionComparisonNodeImpl,- ReferenceCollectionImplComparisonNodeImpl,- ReferenceFeatureComparisonNodeImpl,- RightsComparisonNodeImpl,- SingleContainmentFeatureComparisonNodeImpl,- SingleContainmentFeatureImplComparisonNodeImpl,- SingleFeatureComparisonNodeImpl,- SingleReferenceFeatureComparisonNodeImpl,- SingleReferenceFeatureImplComparisonNodeImpl,- SingleValueComparisonNodeImpl,- SingleValueImplComparisonNodeImpl,- SolidResourceComparisonNodeImpl,- TopMdCollectionComparisonNodeImpl,- TopMdCollectionImplComparisonNodeImpl,- ValueCollectionComparisonNodeImpl,- ValueCollectionImplComparisonNodeImpl
 
 public interface FeatureComparisonNode extends ComparisonNode A representation of the model object 'Feature Comparison Node'. * A node related to some feature.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedFeaturegetFeature()Returns the value of the 'Feature' containment reference.voidsetFeature(RelatedFeature value)Sets the value of the 'Feature' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNodegetChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getNodeSide, getParent, getTopChildren, hasChildren, isAncestorObjectExists, isMainObjectToBeDeleted, isModifiedOnOther, isOneSideNode, isOneSideParent, isOtherObjectToBeAdded, setComparisonFlags, setMainObjectToBeDeleted, setMergeSettings, setModifiedOnOther, setOneSideParent, setOtherObjectToBeAdded
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods 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, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getFeatureRelatedFeature getFeature() Returns the value of the 'Feature' containment reference.- Returns:
- the value of the 'Feature' containment reference.
- See Also:
- setFeature(RelatedFeature),- ComparePackage.getFeatureComparisonNode_Feature()
 
 - 
setFeaturevoid setFeature(RelatedFeature value) Sets the value of the 'Feature' containment reference.- Parameters:
- value- the new value of the 'Feature' containment reference.
- See Also:
- getFeature()
 
 
- 
 
-