|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.sci.TypeMatch
Type-safe enumeration for match types (match or not-match).
| Field Summary | |
static TypeMatch |
MATCH_FALSE
TypeMatch of not-match. |
static TypeMatch |
MATCH_TRUE
TypeMatch of match. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCode()
Gets the internal constant associated with the TypeMatch. |
int |
hashCode()
|
static TypeMatch |
parse(java.lang.String val)
Creates a TypeMatch from the string. |
java.lang.String |
toString()
Writes the TypeMatch to a string. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static TypeMatch MATCH_TRUE
TypeMatch of match.
public static TypeMatch MATCH_FALSE
TypeMatch of not-match.
| Method Detail |
public java.lang.String getCode()
TypeMatch.
public static TypeMatch parse(java.lang.String val)
TypeMatch from the string.
val - a valid TypeMatch value
TypeMatchpublic boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
TypeMatch to a string.
TypeMatch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.