Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractRoleDescription
-
-
Uses of AbstractRoleDescription in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractRoleDescription Modifier and Type Method Description AbstractRoleDescriptionMdClassFactory. createAbstractRoleDescription()Returns a new object of class 'Abstract Role Description'.AbstractRoleDescriptionRole. getRights()Returns the value of the 'Rights' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractRoleDescription Modifier and Type Method Description voidRole. setRights(AbstractRoleDescription value)Sets the value of the 'Rights' reference. -
Uses of AbstractRoleDescription in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractRoleDescription Modifier and Type Class Description classAbstractRoleDescriptionImplAn implementation of the model object 'Abstract Role Description'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractRoleDescription Modifier and Type Method Description AbstractRoleDescriptionMdClassFactoryImpl. createAbstractRoleDescription()AbstractRoleDescriptionRoleImpl. getRights()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractRoleDescription Modifier and Type Method Description voidRoleImpl. setRights(AbstractRoleDescription newRights) -
Uses of AbstractRoleDescription in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractRoleDescription Modifier and Type Method Description TMdClassSwitch. caseAbstractRoleDescription(AbstractRoleDescription object)Returns the result of interpreting the object as an instance of 'Abstract Role Description'.booleanMdClassValidator. validateAbstractRoleDescription(AbstractRoleDescription abstractRoleDescription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of AbstractRoleDescription in com._1c.g5.v8.dt.rights.model
Subinterfaces of AbstractRoleDescription in com._1c.g5.v8.dt.rights.model Modifier and Type Interface Description interfaceRoleDescriptionA representation of the model object 'Role Description'. -
Uses of AbstractRoleDescription in com._1c.g5.v8.dt.rights.model.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement AbstractRoleDescription Modifier and Type Class Description classRoleDescriptionImplAn implementation of the model object 'Role Description'. -
Uses of AbstractRoleDescription in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type AbstractRoleDescription Modifier and Type Method Description TRightsSwitch. caseAbstractRoleDescription(AbstractRoleDescription object)Returns the result of interpreting the object as an instance of 'Abstract Role Description'.
-