|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.ValueType
An enumeration of the values for a <value>
element's
type
attribute.
Field Summary | |
static ValueType |
COUNTER
counter |
static ValueType |
DN
dn |
static ValueType |
INT
int |
static ValueType |
INTERVAL
interval |
static ValueType |
OCTET
octet |
static ValueType |
STATE
state |
static ValueType |
STRING
string |
static ValueType |
STRUCTURED
structured |
static ValueType |
TELENUMBER
telenumber |
static ValueType |
TIME
time |
Method Summary | |
boolean |
equals(Object someType)
Compares this type to someType . |
boolean |
equals(String someType)
Compares this type to someType . |
String |
toString()
Returns a string representation of this version (e.g., "dn", "octet", "string"). |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ValueType STRING
public static final ValueType TELENUMBER
public static final ValueType INT
public static final ValueType STATE
public static final ValueType COUNTER
public static final ValueType DN
public static final ValueType INTERVAL
public static final ValueType OCTET
public static final ValueType TIME
public static final ValueType STRUCTURED
Method Detail |
public String toString()
null
public boolean equals(Object someType)
someType
.
someType
- may be null
true
:someType
is
equal to this typefalse
:someType
is not equal to this typepublic boolean equals(String someType)
someType
.
someType
- may be null
true
:someType
is
equal to this typefalse
:someType
is not equal to this type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |