public class SFTime extends X3DField implements Comparable<SFTime>
Modifier and Type | Method and Description |
---|---|
static int |
compareTo(Date lhs,
SFTime rhs) |
int |
compareTo(SFTime t) |
static int |
compareTo(SFTime lhs,
Date rhs) |
static int |
compareTo(SFTime lhs,
SFTime rhs) |
static Boolean |
equals(Date lhs,
SFTime rhs) |
boolean |
equals(Object o) |
static Boolean |
equals(SFTime lhs,
Date rhs) |
static Boolean |
equals(SFTime lhs,
SFTime rhs) |
String |
getStringValue() |
Date |
getValue() |
int |
hashCode() |
void |
setStringValue(String value) |
void |
setValue(Date value) |
String |
toString() |
public SFTime()
public SFTime(Date value)