psdi.app.measurement

Class FldMeterName

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMeterName
    extends MAXTableDomain
    Common validation class for: MeasurePoint.MeterName.
    The validation only checks that the entered value exists in the measurepoint table. Use this class as a base class and add your own methods to the extended class to add more functionality.
    See Also:
    JobTask
    • Constructor Detail

      • FldMeterName

        public FldMeterName(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