|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.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| 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.ValueComponent |
compareTo,
equals,
getSyntax,
isWithinBounds,
toString |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
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.
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.| Method Detail |
public long getValue()
public java.lang.Long getLongValue()
public java.lang.String getSignedValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||