Interface Flag

All Known Implementing Classes:
NewFailure

public interface Flag
  • Method Summary

    Modifier and Type
    Method
    Description
    A description of the flag type
    The Font-Awesome symbol used to represent this flag
    A unique identifier for this type of flag
  • Method Details

    • getType

      String getType()
      A unique identifier for this type of flag
    • getMessage

      String getMessage()
      A description of the flag type
    • getSymbol

      String getSymbol()
      The Font-Awesome symbol used to represent this flag