psdi.app.system.virtual

Class FldBreakPoints

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldBreakPoints
    extends MboValueAdapter
    Validation class for attributes A_BREAKPOINT, B_BREAKPOINT and C_BREAKPOINT in MaxvarInput non-persistent object.

    • Constructor Detail

      • FldBreakPoints

        public FldBreakPoints(MboValue mbv)
        Constructor sets.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validate A_BREAKPOINT, B_BREAKPOINT or C_BREAKPOINT. The value cannot exceed 1. The sum of A_BREAKPOINT, B_BREAKPOINT and C_BREAKPOINT must equal 1.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException