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 AbstractRoleDescription
MdClassFactory. createAbstractRoleDescription()
Returns a new object of class 'Abstract Role Description'.AbstractRoleDescription
Role. 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 void
Role. 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 class
AbstractRoleDescriptionImpl
An 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 AbstractRoleDescription
MdClassFactoryImpl. createAbstractRoleDescription()
AbstractRoleDescription
RoleImpl. getRights()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractRoleDescription Modifier and Type Method Description void
RoleImpl. 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 T
MdClassSwitch. caseAbstractRoleDescription(AbstractRoleDescription object)
Returns the result of interpreting the object as an instance of 'Abstract Role Description'.boolean
MdClassValidator. 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 interface
RoleDescription
A 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 class
RoleDescriptionImpl
An 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 T
RightsSwitch. caseAbstractRoleDescription(AbstractRoleDescription object)
Returns the result of interpreting the object as an instance of 'Abstract Role Description'.
-