psdi.plusc.app.pluscds

Class PlusCFldDSInternationalization

    • Constructor Detail

      • PlusCFldDSInternationalization

        public PlusCFldDSInternationalization(MboValue mbovalue)
                                       throws MXException
        Instantiates a new plus c fld ds internationalization.
        Parameters:
        mbovalue - the mbovalue
        Throws:
        MXException - the mX exception
    • Method Detail

      • isDynamicCheck

        protected boolean isDynamicCheck()
                                  throws java.rmi.RemoteException,
                                         MXException
        Determines whether this field's MBO is a Dynamic Check (in a Work Order).
        Returns:
        otherwise
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • checkTypeFormat

        public java.lang.String checkTypeFormat(java.lang.String fieldName,
                                                java.lang.String value,
                                                java.util.Locale locale)
                                         throws java.rmi.RemoteException,
                                                MXException
        Check the field name and format it's decimal places acording to the minOutput and minInput resolution.
        Parameters:
        fieldName - the field name
        value - the value
        locale - the locale
        Returns:
        double value
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • isDiscretePointEditableFld

        protected boolean isDiscretePointEditableFld(java.lang.String fieldName)
                                              throws java.rmi.RemoteException,
                                                     MXException
        IJ34268: Check if the field is an editable Calibration Point field for a Discrete Data Sheet on a Work Order.
        Throws:
        java.rmi.RemoteException
        MXException
      • isAnalogPointEditableFld

        protected boolean isAnalogPointEditableFld(java.lang.String fieldName)
                                            throws java.rmi.RemoteException,
                                                   MXException
        IJ34268: Check if the field is an editable Calibration Point field for an Analog Data Sheet on a Work Order.
        Throws:
        java.rmi.RemoteException
        MXException