Enum Class Icons64

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

public enum Icons64 extends Enum<Icons64> implements IconLibrary
Biblioteca de icones 64x64
Author:
Eduardo Frazao
  • Enum Constant Details

    • NO

      public static final Icons64 NO
    • CHECKED

      public static final Icons64 CHECKED
    • COLOR_PICKER

      public static final Icons64 COLOR_PICKER
    • OPEN_BOOK

      public static final Icons64 OPEN_BOOK
    • TIME_LINE

      public static final Icons64 TIME_LINE
    • HAND_WRITER

      public static final Icons64 HAND_WRITER
    • NOTIFICACAO

      public static final Icons64 NOTIFICACAO
    • OCR

      public static final Icons64 OCR
  • Method Details

    • values

      public static Icons64[] 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 Icons64 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