Interface Constant

    • Method Detail

      • isSystemConstant

        boolean isSystemConstant()
                          throws java.rmi.RemoteException
        Get if the constant is a system constant.
        Returns:
        true if the constant is a system constant, false otherwise.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setSystemConstant

        void setSystemConstant​(boolean on)
                        throws java.rmi.RemoteException
        Set if the constant is a system constant.
        Parameters:
        on - true if the constant should be system constant, false otherwise.
        Throws:
        java.rmi.RemoteException - remote communication problem