psdi.app.appsetup

Class MaxLabels

    • Constructor Detail

      • MaxLabels

        public MaxLabels(MboSet ms)
                  throws MXException,
                         java.rmi.RemoteException
        Construct the MaxLabels object
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws MXException,
                                        java.rmi.RemoteException
        Overrides the skipCopyField() in the Mbo. The following field(s) will be skipped without being copied to the newly duplicated MaxLabels:
        1. app
        Overrides:
        skipCopyField in class Mbo
        Parameters:
        mvi - The MboValueInfo object of the MboValue that needs to be copied.
        Returns:
        true If the field does not need to be copied, in all other cases return false.
        Throws:
        MXException
        java.rmi.RemoteException