Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.SessionParameter
-
-
Uses of SessionParameter in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return SessionParameter Modifier and Type Method Description static SessionParameter
TestMdObjectFactory. createSessionParameter(String name, TypeDescription type)
Creates SessionParameter with name and TypeDescription -
Uses of SessionParameter in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type SessionParameter Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(SessionParameter object)
-
Uses of SessionParameter in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SessionParameter Modifier and Type Method Description SessionParameter
MdClassFactory. createSessionParameter()
Returns a new object of class 'Session Parameter'.SessionParameter
Task. getCurrentPerformer()
Returns the value of the 'Current Performer' reference.SessionParameter
CommonAttribute. getDataSeparationUse()
Returns the value of the 'Data Separation Use' reference.SessionParameter
CommonAttribute. getDataSeparationValue()
Returns the value of the 'Data Separation Value' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type SessionParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<SessionParameter>
Configuration. getSessionParameters()
Returns the value of the 'Session Parameters' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SessionParameter Modifier and Type Method Description void
Task. setCurrentPerformer(SessionParameter value)
Sets the value of the 'Current Performer
' reference.void
CommonAttribute. setDataSeparationUse(SessionParameter value)
Sets the value of the 'Data Separation Use
' reference.void
CommonAttribute. setDataSeparationValue(SessionParameter value)
Sets the value of the 'Data Separation Value
' reference. -
Uses of SessionParameter in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement SessionParameter Modifier and Type Class Description class
SessionParameterImpl
An implementation of the model object 'Session Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SessionParameter Modifier and Type Method Description SessionParameter
MdClassFactoryImpl. createSessionParameter()
SessionParameter
TaskImpl. getCurrentPerformer()
SessionParameter
CommonAttributeImpl. getDataSeparationUse()
SessionParameter
CommonAttributeImpl. getDataSeparationValue()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type SessionParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<SessionParameter>
ConfigurationImpl. getSessionParameters()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SessionParameter Modifier and Type Method Description void
TaskImpl. setCurrentPerformer(SessionParameter newCurrentPerformer)
void
CommonAttributeImpl. setDataSeparationUse(SessionParameter newDataSeparationUse)
void
CommonAttributeImpl. setDataSeparationValue(SessionParameter newDataSeparationValue)
-
Uses of SessionParameter in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type SessionParameter Modifier and Type Method Description T
MdClassSwitch. caseSessionParameter(SessionParameter object)
Returns the result of interpreting the object as an instance of 'Session Parameter'.boolean
MdClassValidator. validateSessionParameter(SessionParameter sessionParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateSessionParameter_validate(SessionParameter sessionParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Session Parameter'.
-