Enum Class FaSize

java.lang.Object
java.lang.Enum<FaSize>
com.oorian.fontawesome.FaSize
All Implemented Interfaces:
Serializable, Comparable<FaSize>, Constable

public enum FaSize extends Enum<FaSize>
  • Enum Constant Details

    • XXS

      public static final FaSize XXS
    • XS

      public static final FaSize XS
    • S

      public static final FaSize S
    • L

      public static final FaSize L
    • XL

      public static final FaSize XL
    • XXL

      public static final FaSize XXL
    • X1

      public static final FaSize X1
    • X2

      public static final FaSize X2
    • X3

      public static final FaSize X3
    • X4

      public static final FaSize X4
    • X5

      public static final FaSize X5
    • X6

      public static final FaSize X6
    • X7

      public static final FaSize X7
    • X8

      public static final FaSize X8
    • X9

      public static final FaSize X9
    • X10

      public static final FaSize X10
  • Method Details

    • values

      public static FaSize[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FaSize valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getId

      public String getId()