Enum Class Icons24

Object
Enum<Icons24>
Icons24
All Implemented Interfaces:
IconLibrary, Serializable, Comparable<Icons24>, Constable

public enum Icons24 extends Enum<Icons24> implements IconLibrary
Biblioteca de icones 48x48
Author:
eduardo
  • Enum Constant Details

    • TASK

      public static final Icons24 TASK
    • TASK_FINISHED

      public static final Icons24 TASK_FINISHED
    • TASK_CANCELED

      public static final Icons24 TASK_CANCELED
    • TASK_DELETED

      public static final Icons24 TASK_DELETED
  • Method Details

    • values

      public static Icons24[] 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 Icons24 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
    • getResourceType

      public ResourceType getResourceType()
      Specified by:
      getResourceType in interface IconLibrary
    • getRelativeLocation

      public String getRelativeLocation()
      Specified by:
      getRelativeLocation in interface IconLibrary