| |
|
| java.lang.Object org.jpox.metadata.QueryLanguage
QueryLanguage | public class QueryLanguage implements Serializable(Code) | | Representation of the query languages.
since: 1.1 version: $Revision: 1.5 $ |
Method Summary | |
public boolean | equals(Object o) Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. | public static QueryLanguage | getQueryLanguage(String value) Return QueryLanguage from String.
Parameters: value - identity-type attribute value Instance of QueryLanguage. | public int | getType() | public String | toString() Returns a string representation of the object. |
equals | public boolean equals(Object o)(Code) | | Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. true if this object is the same as the obj argument; false otherwise. |
getQueryLanguage | public static QueryLanguage getQueryLanguage(String value)(Code) | | Return QueryLanguage from String.
Parameters: value - identity-type attribute value Instance of QueryLanguage. If parse failed, return null. |
getType | public int getType()(Code) | | Accessor to the query language type
the type |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
|
|
|