Interface StatusValue


  • public interface StatusValue
    Used in various projects when an object needs to have a specific status associated with it (such as pending, approved, rejected,...).

    Created by Jeff Gaynor
    on 8/16/21 at 11:42 AM

    • Method Detail

      • getStatus

        String getStatus()