|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.novell.service.nds.NdsString
Provides the class from which other NDS string attribute values extend.
NdsCaseExactString,
NdsCaseIgnoreString,
NdsClassName,
NdsDistinguishedName,
NdsNumericString,
NdsPrintableString,
NdsTelephoneNumber| Method Summary | |
java.lang.Object |
clone()
Creates a new object of the same class as this object. |
int |
compareTo(java.lang.Object anObject)
Compares this SchemaValue with the parameter anObject. |
boolean |
equals(java.lang.Object anObject)
Compares this object to the specified object. |
java.lang.String |
getName()
Returns the object name. |
java.lang.String |
stringValue()
Returns the value of this SchemaString as a String. |
java.lang.String |
toString()
Generates the string representation of this value. |
| Methods inherited from class java.lang.Object |
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public int compareTo(java.lang.Object anObject)
throws java.lang.Exception
anObject - The SchemaValue to be compared.public boolean equals(java.lang.Object anObject)
anObject - The object with which to compare.public java.lang.String getName()
public java.lang.String stringValue()
public java.lang.Object clone()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||