psdi.app.measurement

Class FldPointNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldDeployedMeterPointNum, FldWOPointNum


    public class FldPointNum
    extends MAXTableDomain
    Common validation class for: MeasurePoint identifier - pointnum
    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.
    • Constructor Detail

      • FldPointNum

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