psdi.plusc.app.pluscds

Class PlusCFldKFactorConfidLevel

    • Field Detail

      • domainFieldClass

        protected final NumericDomain domainFieldClass
        Domain field class reference, used to generate the domain values list and set the value from the lookup. We don't extend it directly because we don't want domain validation, the user is allowed to enter values outside the domain.
    • Constructor Detail

      • PlusCFldKFactorConfidLevel

        public PlusCFldKFactorConfidLevel(MboValue mv)
        Instantiates a new plus c fld k factor confid level.
        Parameters:
        mv - the mv
    • Method Detail

      • setCorrespondingValue

        protected void setCorrespondingValue(java.lang.String domainId,
                                             java.lang.String correspondingDomainId,
                                             java.lang.String correspondingFieldName,
                                             java.util.Map valuesMap)
                                      throws MXException,
                                             java.rmi.RemoteException
        Given the value in one field (kfactor or confidlevel), sets the value in the other. The correspondence is made through the given map, with the appropriate domain translations.
        Parameters:
        domainId - name of the synonym domain of the field that has been set
        correspondingDomainId - name of the synonym domain of the corresponding field that has to be set
        correspondingFieldName - name of the corresponding field that has to be set
        valuesMap - map of values (internal): set field value -> corresponding field value
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception