WebObjects 5.2

com.webobjects.foundation
Class NSTimestamp.IntRef

java.lang.Object
  |
  +--com.webobjects.foundation.NSTimestamp.IntRef
Enclosing class:
NSTimestamp

Deprecated. in the Java Foundation framework. NSTimestamp.IntRef objects act as a containers to hold the values returned by NSTimestamp's gregorianUnitsSinceTimestamp method and consist solely of an instance variable, value.

public static class NSTimestamp.IntRef
extends Object

See Also:
NSTimestamp.gregorianUnitsSinceTimestamp(com.webobjects.foundation.NSTimestamp.IntRef, com.webobjects.foundation.NSTimestamp.IntRef, com.webobjects.foundation.NSTimestamp.IntRef, com.webobjects.foundation.NSTimestamp.IntRef, com.webobjects.foundation.NSTimestamp.IntRef, com.webobjects.foundation.NSTimestamp.IntRef, com.webobjects.foundation.NSTimestamp)

Field Summary
 int value
          Deprecated. an integer value an instance references
 
Constructor Summary
NSTimestamp.IntRef()
          Deprecated.  
 
Method Summary
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value
Deprecated. 
an integer value an instance references
Constructor Detail

NSTimestamp.IntRef

public NSTimestamp.IntRef()
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
Returns:
string representation of this IntRef in the form:

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.