Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractMobileClientSign
-
-
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.md.ui.aef.components
Method parameters in com._1c.g5.v8.dt.md.ui.aef.components with type arguments of type AbstractMobileClientSign Modifier and Type Method Description protected String
MobileDigiSignComponent. transformModelToString(BmValue<? extends AbstractMobileClientSign> model)
-
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
BasicMobileClientSign
A representation of the model object 'Basic Mobile Client Sign'.interface
ConvertedMobileClientSign
A representation of the model object 'Converted Mobile Client Sign'.interface
MobileClientSign
A representation of the model object 'Mobile Client Sign'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractMobileClientSign Modifier and Type Method Description AbstractMobileClientSign
MdClassFactory. createAbstractMobileClientSign()
Returns a new object of class 'Abstract Mobile Client Sign'.AbstractMobileClientSign
Configuration. getMobileClientSign()
Returns the value of the 'Mobile Client Sign' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractMobileClientSign Modifier and Type Method Description void
Configuration. setMobileClientSign(AbstractMobileClientSign value)
Sets the value of the 'Mobile Client Sign
' reference. -
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractMobileClientSign Modifier and Type Class Description class
AbstractMobileClientSignImpl
An implementation of the model object 'Abstract Mobile Client Sign'.class
BasicMobileClientSignImpl
An implementation of the model object 'Basic Mobile Client Sign'.class
ConvertedMobileClientSignImpl
An implementation of the model object 'Converted Mobile Client Sign'.class
MobileClientSignImpl
An implementation of the model object 'Mobile Client Sign'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractMobileClientSign Modifier and Type Method Description AbstractMobileClientSign
MdClassFactoryImpl. createAbstractMobileClientSign()
AbstractMobileClientSign
ConfigurationImpl. getMobileClientSign()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractMobileClientSign Modifier and Type Method Description void
ConfigurationImpl. setMobileClientSign(AbstractMobileClientSign newMobileClientSign)
-
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractMobileClientSign Modifier and Type Method Description T
MdClassSwitch. caseAbstractMobileClientSign(AbstractMobileClientSign object)
Returns the result of interpreting the object as an instance of 'Abstract Mobile Client Sign'.boolean
MdClassValidator. validateAbstractMobileClientSign(AbstractMobileClientSign abstractMobileClientSign, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-