Uses of Interface
com._1c.g5.v8.dt.rights.compare.RightsComparisonNode
-
Packages that use RightsComparisonNode Package Description com._1c.g5.v8.dt.rights.compare com._1c.g5.v8.dt.rights.compare.impl com._1c.g5.v8.dt.rights.compare.util -
-
Uses of RightsComparisonNode in com._1c.g5.v8.dt.rights.compare
Methods in com._1c.g5.v8.dt.rights.compare that return RightsComparisonNode Modifier and Type Method Description RightsComparisonNode
RightsCompareFactory. createRightsComparisonNode()
Returns a new object of class 'Rights Comparison Node'. -
Uses of RightsComparisonNode in com._1c.g5.v8.dt.rights.compare.impl
Classes in com._1c.g5.v8.dt.rights.compare.impl that implement RightsComparisonNode Modifier and Type Class Description class
RightsComparisonNodeImpl
An implementation of the model object 'Rights Comparison Node'.Methods in com._1c.g5.v8.dt.rights.compare.impl that return RightsComparisonNode Modifier and Type Method Description RightsComparisonNode
RightsCompareFactoryImpl. createRightsComparisonNode()
-
Uses of RightsComparisonNode in com._1c.g5.v8.dt.rights.compare.util
Methods in com._1c.g5.v8.dt.rights.compare.util with parameters of type RightsComparisonNode Modifier and Type Method Description T
RightsCompareSwitch. caseRightsComparisonNode(RightsComparisonNode object)
Returns the result of interpreting the object as an instance of 'Rights Comparison Node'.
-