Enum Class Icons48

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

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

    • CHANGE_PASSWORD

      public static final Icons48 CHANGE_PASSWORD
    • PROCESSO

      public static final Icons48 PROCESSO
    • NOVA_JANELA

      public static final Icons48 NOVA_JANELA
    • DATABASE_UPLOAD

      public static final Icons48 DATABASE_UPLOAD
    • DATABASE_CANCEL

      public static final Icons48 DATABASE_CANCEL
    • TRASH_DELETE

      public static final Icons48 TRASH_DELETE
    • FORM

      public static final Icons48 FORM
    • USUARIO

      public static final Icons48 USUARIO
    • USER_GROUP

      public static final Icons48 USER_GROUP
    • QUERY_SQL

      public static final Icons48 QUERY_SQL
    • DIAGRAMA

      public static final Icons48 DIAGRAMA
    • TRANSFERIR_USUARIO

      public static final Icons48 TRANSFERIR_USUARIO
    • CONFIGURACOES

      public static final Icons48 CONFIGURACOES
    • TIME_PARAMETER

      public static final Icons48 TIME_PARAMETER
    • USER_PICTURE

      public static final Icons48 USER_PICTURE
    • DEBUG

      public static final Icons48 DEBUG
    • LOG

      public static final Icons48 LOG
    • UPLOAD

      public static final Icons48 UPLOAD
    • UPLOAD_2

      public static final Icons48 UPLOAD_2
    • ATTACHMENT

      public static final Icons48 ATTACHMENT
    • REPORTS

      public static final Icons48 REPORTS
    • CATEGORY

      public static final Icons48 CATEGORY
    • REPORTS_CENTRAL

      public static final Icons48 REPORTS_CENTRAL
    • DOCUMENT_PREVIEW

      public static final Icons48 DOCUMENT_PREVIEW
    • CALENDARIO

      public static final Icons48 CALENDARIO
    • PIE_CHART

      public static final Icons48 PIE_CHART
    • PANEL_CHART

      public static final Icons48 PANEL_CHART
    • CHECKED

      public static final Icons48 CHECKED
    • NOTE

      public static final Icons48 NOTE
    • LOCK

      public static final Icons48 LOCK
    • NOTIFICATION

      public static final Icons48 NOTIFICATION
    • SAVE

      public static final Icons48 SAVE
    • TAG

      public static final Icons48 TAG
    • SCHEDULE

      public static final Icons48 SCHEDULE
    • SCRIPT

      public static final Icons48 SCRIPT
    • CALENDAR

      public static final Icons48 CALENDAR
    • PROJECT

      public static final Icons48 PROJECT
    • EMAIL

      public static final Icons48 EMAIL
    • DIRETIVAS

      public static final Icons48 DIRETIVAS
    • COPY

      public static final Icons48 COPY
    • OPEN_BOOK

      public static final Icons48 OPEN_BOOK
    • SETTINGS

      public static final Icons48 SETTINGS
    • TIMELINE

      public static final Icons48 TIMELINE
    • NOTIFICACAO

      public static final Icons48 NOTIFICACAO
    • OCR

      public static final Icons48 OCR
  • Method Details

    • values

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