psdi.app.measurement

Class FldMeasurePointLocation

    • Constructor Detail

      • FldMeasurePointLocation

        public FldMeasurePointLocation(MboValue mbv)
                                throws MXException,
                                       java.rmi.RemoteException
        Construct and attach to the mbo value.
        Parameters:
        mbv - the MboValue this field will attach to.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        The combination of assetnum, metername and siteid should be unique and not be used by any other MeasurePoint. The entered asset must have a PM that corresponds to the Lower Limit PM and/or the Upper Limit PM.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.measurement.checkKey(), psdi.app.measurement.checkPMs()