public enum FontAwesomeRegular extends java.lang.Enum<FontAwesomeRegular> implements Ikon
Modifier and Type | Method and Description |
---|---|
static FontAwesomeRegular |
findByDescription(java.lang.String description) |
char |
getCode() |
java.lang.String |
getDescription() |
static FontAwesomeRegular |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontAwesomeRegular[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontAwesomeRegular ADDRESS_BOOK
public static final FontAwesomeRegular ADDRESS_CARD
public static final FontAwesomeRegular ARROW_ALT_CIRCLE_DOWN
public static final FontAwesomeRegular ARROW_ALT_CIRCLE_LEFT
public static final FontAwesomeRegular ARROW_ALT_CIRCLE_RIGHT
public static final FontAwesomeRegular ARROW_ALT_CIRCLE_UP
public static final FontAwesomeRegular BELL
public static final FontAwesomeRegular BELL_SLASH
public static final FontAwesomeRegular BOOKMARK
public static final FontAwesomeRegular BUILDING
public static final FontAwesomeRegular CALENDAR
public static final FontAwesomeRegular CALENDAR_ALT
public static final FontAwesomeRegular CALENDAR_CHECK
public static final FontAwesomeRegular CALENDAR_MINUS
public static final FontAwesomeRegular CALENDAR_PLUS
public static final FontAwesomeRegular CALENDAR_TIMES
public static final FontAwesomeRegular CARET_SQUARE_DOWN
public static final FontAwesomeRegular CARET_SQUARE_LEFT
public static final FontAwesomeRegular CARET_SQUARE_RIGHT
public static final FontAwesomeRegular CARET_SQUARE_UP
public static final FontAwesomeRegular CHART_BAR
public static final FontAwesomeRegular CHECK_CIRCLE
public static final FontAwesomeRegular CHECK_SQUARE
public static final FontAwesomeRegular CIRCLE
public static final FontAwesomeRegular CLIPBOARD
public static final FontAwesomeRegular CLOCK
public static final FontAwesomeRegular CLONE
public static final FontAwesomeRegular CLOSED_CAPTIONING
public static final FontAwesomeRegular COMMENT
public static final FontAwesomeRegular COMMENT_ALT
public static final FontAwesomeRegular COMMENTS
public static final FontAwesomeRegular COMPASS
public static final FontAwesomeRegular COPY
public static final FontAwesomeRegular COPYRIGHT
public static final FontAwesomeRegular CREDIT_CARD
public static final FontAwesomeRegular DOT_CIRCLE
public static final FontAwesomeRegular EDIT
public static final FontAwesomeRegular ENVELOPE
public static final FontAwesomeRegular ENVELOPE_OPEN
public static final FontAwesomeRegular EYE_SLASH
public static final FontAwesomeRegular FILE
public static final FontAwesomeRegular FILE_ALT
public static final FontAwesomeRegular FILE_ARCHIVE
public static final FontAwesomeRegular FILE_AUDIO
public static final FontAwesomeRegular FILE_CODE
public static final FontAwesomeRegular FILE_EXCEL
public static final FontAwesomeRegular FILE_IMAGE
public static final FontAwesomeRegular FILE_PDF
public static final FontAwesomeRegular FILE_POWERPOINT
public static final FontAwesomeRegular FILE_VIDEO
public static final FontAwesomeRegular FILE_WORD
public static final FontAwesomeRegular FLAG
public static final FontAwesomeRegular FOLDER
public static final FontAwesomeRegular FOLDER_OPEN
public static final FontAwesomeRegular FROWN
public static final FontAwesomeRegular FUTBOL
public static final FontAwesomeRegular GEM
public static final FontAwesomeRegular HAND_LIZARD
public static final FontAwesomeRegular HAND_PAPER
public static final FontAwesomeRegular HAND_PEACE
public static final FontAwesomeRegular HAND_POINT_DOWN
public static final FontAwesomeRegular HAND_POINT_LEFT
public static final FontAwesomeRegular HAND_POINT_RIGHT
public static final FontAwesomeRegular HAND_POINT_UP
public static final FontAwesomeRegular HAND_POINTER
public static final FontAwesomeRegular HAND_ROCK
public static final FontAwesomeRegular HAND_SCISSORS
public static final FontAwesomeRegular HAND_SPOCK
public static final FontAwesomeRegular HANDSHAKE
public static final FontAwesomeRegular HDD
public static final FontAwesomeRegular HEART
public static final FontAwesomeRegular HOSPITAL
public static final FontAwesomeRegular HOURGLASS
public static final FontAwesomeRegular ID_BADGE
public static final FontAwesomeRegular ID_CARD
public static final FontAwesomeRegular IMAGE
public static final FontAwesomeRegular IMAGES
public static final FontAwesomeRegular KEYBOARD
public static final FontAwesomeRegular LEMON
public static final FontAwesomeRegular LIFE_RING
public static final FontAwesomeRegular LIGHTBULB
public static final FontAwesomeRegular LIST_ALT
public static final FontAwesomeRegular MAP
public static final FontAwesomeRegular MEH
public static final FontAwesomeRegular MINUS_SQUARE
public static final FontAwesomeRegular MONEY_BILL_ALT
public static final FontAwesomeRegular MOON
public static final FontAwesomeRegular NEWSPAPER
public static final FontAwesomeRegular OBJECT_GROUP
public static final FontAwesomeRegular OBJECT_UNGROUP
public static final FontAwesomeRegular PAPER_PLANE
public static final FontAwesomeRegular PAUSE_CIRCLE
public static final FontAwesomeRegular PLAY_CIRCLE
public static final FontAwesomeRegular PLUS_SQUARE
public static final FontAwesomeRegular QUESTION_CIRCLE
public static final FontAwesomeRegular REGISTERED
public static final FontAwesomeRegular SAVE
public static final FontAwesomeRegular SHARE_SQUARE
public static final FontAwesomeRegular SMILE
public static final FontAwesomeRegular SNOWFLAKE
public static final FontAwesomeRegular SQUARE
public static final FontAwesomeRegular STAR
public static final FontAwesomeRegular STAR_HALF
public static final FontAwesomeRegular STICKY_NOTE
public static final FontAwesomeRegular STOP_CIRCLE
public static final FontAwesomeRegular SUN
public static final FontAwesomeRegular THUMBS_DOWN
public static final FontAwesomeRegular THUMBS_UP
public static final FontAwesomeRegular TIMES_CIRCLE
public static final FontAwesomeRegular TRASH_ALT
public static final FontAwesomeRegular USER
public static final FontAwesomeRegular USER_CIRCLE
public static final FontAwesomeRegular WINDOW_CLOSE
public static final FontAwesomeRegular WINDOW_MAXIMIZE
public static final FontAwesomeRegular WINDOW_RESTORE
public static FontAwesomeRegular[] values()
for (FontAwesomeRegular c : FontAwesomeRegular.values()) System.out.println(c);
public static FontAwesomeRegular valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static FontAwesomeRegular findByDescription(java.lang.String description)
public java.lang.String getDescription()
getDescription
in interface Ikon