Interface CCodeDefine

    • Method Detail

      • getName

        java.lang.String getName()
                          throws java.rmi.RemoteException
        Returns:
        The name of this definition
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getDefinition

        java.lang.String getDefinition()
                                throws java.rmi.RemoteException
        Returns:
        The value of this definition
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setDefinition

        void setDefinition​(java.lang.String definition)
                    throws java.rmi.RemoteException
        Parameters:
        definition - The new definition
        Throws:
        java.rmi.RemoteException - remote communication problem