psdi.app.route

Class FldRoute

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldRoute
    extends MAXTableDomain
    Common Validation Class for: Route Identifiers - route.
    The constructor takes a name of a Route criteria.If null is passed to the constructor, then no criteria will be used and the route will only be validated against the ROUTES table.The constructor will throw an exception if the criteria is not found. The error message will be set if this class recognizes the criteria used. The constructor will set the error key to NotValid Route if the criteria used is null.
    • Constructor Detail

      • FldRoute

        public FldRoute(MboValue mbv,
                        java.lang.String criteriaName)
                 throws MXException
        Construct and attach to the mbo value. Sets up the valdation information.
        Throws:
        MXException