|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueComponent
com.novell.admin.ns.Value
com.novell.admin.ns.LongValue
Storage class for all syntaxes that use integer types.
This is an immutable class.
BooleanValue,
StringValue,
HexValue,
StreamValue,
Serialized Form| Constructor Summary | |
LongValue(Syntax syntax,
long longValue)
Constructor that uses a long value. |
|
LongValue(Syntax syntax,
java.lang.Long longValue)
Constructor that uses a Long object. |
|
| Method Summary | |
java.lang.Long |
getLongValue()
Returns the value as a Long. |
java.lang.String |
getSignedValue()
Returns the signed value. |
long |
getValue()
Returns the value as a long. |
| Methods inherited from class com.novell.admin.ns.Value |
clone |
| Methods inherited from class com.novell.admin.ns.ValueComponent |
compareTo, equals, getSyntax, isWithinBounds, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LongValue(Syntax syntax,
long longValue)
This constructor should only be called from a syntax strategy which deals with long values. No application should call this constructor directly.
syntax - Associated syntax for this long value.longValue - The long value.
public LongValue(Syntax syntax,
java.lang.Long longValue)
This constructor should only be called from a syntax strategy that deals with long values. No application should call this constructor directly.
syntax - Associated syntax for this long value.longValue - The Long object.| Method Detail |
public java.lang.Long getLongValue()
public java.lang.String getSignedValue()
public long getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||