|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.jdbc.db.DSTimeFormat
An enumeration of directory time formats.
Field Summary | |
static DSTimeFormat |
DEFAULT
|
static DSTimeFormat |
INT
|
static DSTimeFormat |
JAVA
|
static DSTimeFormat |
STRING
|
Method Summary | |
boolean |
equals(String value)
Is this format equal to the passed String representation? |
static DSTimeFormat |
GetFormat(String someSyntax)
Translates a String into its corresponding
DSTimeFormat representation. |
int |
hashCode()
Returns the hashcode of this instance. |
String |
toString()
Returns the String representation of this instance. |
Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DSTimeFormat INT
public static final DSTimeFormat STRING
public static final DSTimeFormat JAVA
public static final DSTimeFormat DEFAULT
Method Detail |
public static DSTimeFormat GetFormat(String someSyntax)
String
into its corresponding
DSTimeFormat
representation.
someSyntax
- may be null
null
public String toString()
String
representation of this instance.
null
public int hashCode()
public boolean equals(String value)
String
representation?
true
if equal; false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |