psdi.app.asset

Class FldAssetEndMeasure

    • Constructor Detail

      • FldAssetEndMeasure

        public FldAssetEndMeasure(MboValue mbv)
        constructs and attaches to the MboValue.
        Parameters:
        mbv - MboValue to which the specified attribute attaches.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Measure must be between the asset's StartMeasure and EndMeasure. The asset's StartMeasure does not have to be less than EndMeasure, so this measure can be less than StartMeasure as long as it is also greater than the end measure.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException