|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.sci.TypeStyle
Type-safe enumeration for text styles (normal or important). Important text is displayed in bold red.
| Field Summary | |
static TypeStyle |
STYLE_IMPORTANT
TypeStyle for important text (bold red). |
static TypeStyle |
STYLE_NORMAL
TypeStyle for normal text. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCode()
Gets the internal constant associated with this TypeStyle. |
int |
hashCode()
|
static TypeStyle |
parse(java.lang.String val)
Creates a TypeStyle from a string. |
java.lang.String |
toString()
Writes the TypeStyle to a string. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static TypeStyle STYLE_IMPORTANT
TypeStyle for important text (bold red).
public static TypeStyle STYLE_NORMAL
TypeStyle for normal text.
| Method Detail |
public java.lang.String getCode()
TypeStyle.
public static TypeStyle parse(java.lang.String val)
TypeStyle from a string.
val - a valid type style
TypeStylepublic java.lang.String toString()
TypeStyle to a string.
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.