|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Numeric
This abstract class is the base class for all ASN1 numeric (integral) types. These include ASN1Integer and ASN1Enumerated.
| Method Summary | |
int |
intValue()
Returns the content of this ASN1Numeric object as an int. |
long |
longValue()
Returns the content of this ASN1Numeric object as a long. |
| Methods inherited from class com.novell.ldap.asn1.ASN1Object |
encode, getEncoding, getIdentifier, setIdentifier, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public final int intValue()
public final long longValue()
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||