Interface CodeHost


public interface CodeHost
Used in the sweep classifier dialog to get and set the code value from the text field.
Author:
Doug
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setCode(int code)
     
  • Method Details

    • getCode

      int getCode()
    • setCode

      void setCode(int code)