|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Strings.Symbol>
com.antelmann.util.Strings.Symbol
public static enum Strings.Symbol
generally useful symbols to ease their use in non-UTF8 source code Convenient example tables are found e.g. here: http://www.csbruce.com/software/utf-8.html
| Enum Constant Summary | |
|---|---|
alpha
α |
|
average
ø |
|
AVERAGE
Ø |
|
BACKSPACE
⌫ |
|
BALLOT_BOX
☐ |
|
BALLOT_BOX_CHECKED
☑ |
|
BALLOT_BOX_CROSSED
☒ |
|
CARRIAGE_RETURN
⏎ |
|
CHECK
✓ |
|
CLUBS
♣ |
|
COPYRIGHT
© |
|
CROSSED
✗ |
|
DEGREE
° |
|
DELTA
∆ |
|
DIAMONDS
♦ |
|
DOWN_ARROW
↓ |
|
ENTER
↵ |
|
EURO
€ |
|
FEMALE
♀ |
|
HEARTS
♥ |
|
INFINITE
∞ |
|
LB
pound weight: ℔ |
|
LEFT_ARROW
← |
|
MALE
♂ |
|
mu
μ |
|
NO
№ |
|
NOTE
♪ |
|
NOTES
♫ |
|
OMEGA
Ω |
|
PARAGRAPH
§ |
|
PARAGRAPH_BREAK
¶ |
|
pi
π |
|
PI
Π |
|
PLUSMINUS
± |
|
POUND
represents the British Pound (currency): £ |
|
PROMILLE
‰ |
|
REGISTERED_TRADEMARK
® |
|
RIGHT_ARROW
→ |
|
ROOT
√ |
|
sigma
σ |
|
SIGNMA
Σ |
|
SMILEY
☺ |
|
SPADES
♠ |
|
SQUARED
² |
|
STAR_BLACK
★ |
|
STAR_WHITE
☆ |
|
SUM
∑ |
|
SUN
☼ |
|
TRADEMARK
™ |
|
UNEQUAL
≠ |
|
UP_ARROW
↑ |
|
YEN
¥ |
|
| Method Summary | |
|---|---|
static String |
superscript(int n)
takes a number between 0 and 9 |
String |
toHtml(Object context)
returns a String that contains valid HTML to be embedded in other HTML content |
String |
toString()
|
static Strings.Symbol |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Strings.Symbol[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Strings.Symbol EURO
public static final Strings.Symbol PROMILLE
public static final Strings.Symbol COPYRIGHT
public static final Strings.Symbol TRADEMARK
public static final Strings.Symbol REGISTERED_TRADEMARK
public static final Strings.Symbol PLUSMINUS
public static final Strings.Symbol UNEQUAL
public static final Strings.Symbol ROOT
public static final Strings.Symbol SUM
public static final Strings.Symbol INFINITE
public static final Strings.Symbol average
public static final Strings.Symbol AVERAGE
public static final Strings.Symbol alpha
public static final Strings.Symbol SIGNMA
public static final Strings.Symbol sigma
public static final Strings.Symbol PI
public static final Strings.Symbol pi
public static final Strings.Symbol OMEGA
public static final Strings.Symbol DELTA
public static final Strings.Symbol PARAGRAPH
public static final Strings.Symbol PARAGRAPH_BREAK
public static final Strings.Symbol NO
public static final Strings.Symbol SMILEY
public static final Strings.Symbol SUN
public static final Strings.Symbol MALE
public static final Strings.Symbol FEMALE
public static final Strings.Symbol NOTE
public static final Strings.Symbol NOTES
public static final Strings.Symbol HEARTS
public static final Strings.Symbol SPADES
public static final Strings.Symbol CLUBS
public static final Strings.Symbol DIAMONDS
public static final Strings.Symbol mu
public static final Strings.Symbol LB
public static final Strings.Symbol POUND
public static final Strings.Symbol YEN
public static final Strings.Symbol DEGREE
public static final Strings.Symbol LEFT_ARROW
public static final Strings.Symbol UP_ARROW
public static final Strings.Symbol RIGHT_ARROW
public static final Strings.Symbol DOWN_ARROW
public static final Strings.Symbol BALLOT_BOX
public static final Strings.Symbol BALLOT_BOX_CHECKED
public static final Strings.Symbol BALLOT_BOX_CROSSED
public static final Strings.Symbol CHECK
public static final Strings.Symbol CROSSED
public static final Strings.Symbol STAR_BLACK
public static final Strings.Symbol STAR_WHITE
public static final Strings.Symbol ENTER
public static final Strings.Symbol CARRIAGE_RETURN
public static final Strings.Symbol BACKSPACE
public static final Strings.Symbol SQUARED
| Method Detail |
|---|
public static Strings.Symbol[] values()
for (Strings.Symbol c : Strings.Symbol.values()) System.out.println(c);
public static Strings.Symbol valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Strings.Symbol>
public String toHtml(Object context)
throws IOException
HtmlSupported
toHtml in interface HtmlSupportedcontext - depending on the caller, this value may denote the servlet request, JSF context or a null value
IOExceptionpublic static String superscript(int n)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||