public final class OutputInteger extends Number implements Comparable<OutputInteger>
OutputInteger class provides a class to represent an Integer object
whose value can be changed by the callee. This class is useful in passing arguments to
some api calls (see ARServerUser.getListEntry).| Constructor and Description |
|---|
OutputInteger() |
OutputInteger(int val)
Creates a new object with value val.
|
OutputInteger(long val) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OutputInteger anotherInteger) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
Value |
getValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
void |
setValue(int val)
Sets the value of this object to val.
|
void |
setValue(long val) |
void |
setValue(Value value) |
String |
toString()
Returns in a String object all of the status messages.
|
byteValue, shortValuepublic OutputInteger()
public OutputInteger(int val)
val - public OutputInteger(long val)
public void setValue(long val)
public void setValue(int val)
val - public int compareTo(OutputInteger anotherInteger)
compareTo in interface Comparable<OutputInteger>public double doubleValue()
doubleValue in class Numberpublic float floatValue()
floatValue in class Numberpublic String toString()
public void setValue(Value value)
public Value getValue()
? Copyright 2013 BMC Software, Inc.