com.bmc.arsys.api
Class OutputInteger
java.lang.Object
  
java.lang.Number
      
com.bmc.arsys.api.OutputInteger
- All Implemented Interfaces: 
 - Serializable, Comparable<OutputInteger>
 
public final class OutputInteger
- extends Number
- implements Comparable<OutputInteger>
  
This 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).
- See Also:
 - Serialized Form
 
 
 
 
 
OutputInteger
public OutputInteger()
OutputInteger
public OutputInteger(int val)
- Creates a new object with value val.
- Parameters:
 val - 
 
setValue
public void setValue(int val)
- Sets the value of this object to val.
 
- Parameters:
 val - 
 
 
compareTo
public int compareTo(OutputInteger anotherInteger)
- Specified by:
 compareTo in interface Comparable<OutputInteger>
 
 
doubleValue
public double doubleValue()
- Specified by:
 doubleValue in class Number
 
 
floatValue
public float floatValue()
- Specified by:
 floatValue in class Number
 
 
intValue
public int intValue()
- Specified by:
 intValue in class Number
 
 
longValue
public long longValue()
- Specified by:
 longValue in class Number
 
 
toString
public String toString()
- Returns in a String object all of the status messages.
- Overrides:
 toString in class Object
 
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
equals
public boolean equals(Object obj)
- Overrides:
 equals in class Object
 
 
? Copyright 2006, 2007 BMC Software, Inc.