psdi.app.asset

Class FldAssetFromMeasure

    • Constructor Detail

      • FldAssetFromMeasure

        public FldAssetFromMeasure(MboValue mbv)
        constructs and attaches to the MboValue.
        Parameters:
        mbv - MboValue to which the specified attribute attaches.
        attrs - name of measure attribute, name of offset attribute corresponding to the measure attribute
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        The validation checks if the entered value for FromMeasure in with in the range of start/end measures for the asset. If the entered value is outside the boundaries, an exception is thrown.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        FromMeasure cannot be null. If null, set to the asset's lesser of the asset's terminal points, that is, Asset.StartMeasure if Asset.StartMeasure
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException