psdi.app.asset

Class FldAssetFeatureMeasure

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldAssetFeatureMeasure
    extends FldMeasure
    Behaviors of the interacting StartMeasure,StartOffset,EndMeasure and EndOffset attributes.
    • Constructor Detail

      • FldAssetFeatureMeasure

        public FldAssetFeatureMeasure(MboValue mbv)
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: FldMeasure
        Measure must be between the boundary object's StartMeasure and EndMeasure. The boundary object'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 FldMeasure
        Throws:
        MXException
        java.rmi.RemoteException