Uses of Interface
com._1c.g5.v8.dt.rights.model.RightInfo
- 
Packages that use RightInfo Package Description com._1c.g5.v8.dt.rights.model com._1c.g5.v8.dt.rights.model.impl com._1c.g5.v8.dt.rights.model.util 
- 
- 
Uses of RightInfo in com._1c.g5.v8.dt.rights.modelMethods in com._1c.g5.v8.dt.rights.model that return RightInfo Modifier and Type Method Description RightInfoRightsFactory. createRightInfo()Returns a new object of class 'Right Info'.Methods in com._1c.g5.v8.dt.rights.model that return types with arguments of type RightInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<RightInfo>RightInfo. getChildRights()Returns the value of the 'Child Rights' reference list.org.eclipse.emf.common.util.EList<RightInfo>RightInfo. getParentRights()Returns the value of the 'Parent Rights' reference list.
- 
Uses of RightInfo in com._1c.g5.v8.dt.rights.model.implClasses in com._1c.g5.v8.dt.rights.model.impl that implement RightInfo Modifier and Type Class Description classRightInfoImplAn implementation of the model object 'Right Info'.Methods in com._1c.g5.v8.dt.rights.model.impl that return RightInfo Modifier and Type Method Description RightInfoRightsFactoryImpl. createRightInfo()Methods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type RightInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<RightInfo>RightInfoImpl. getChildRights()org.eclipse.emf.common.util.EList<RightInfo>RightInfoImpl. getParentRights()
- 
Uses of RightInfo in com._1c.g5.v8.dt.rights.model.utilMethods in com._1c.g5.v8.dt.rights.model.util with parameters of type RightInfo Modifier and Type Method Description TRightsSwitch. caseRightInfo(RightInfo object)Returns the result of interpreting the object as an instance of 'Right Info'.booleanRightsValidator. validateRightInfo(RightInfo rightInfo, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-