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
.
@Deprecated
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 |
value
public int value
- Deprecated.
- an integer value an instance references
NSTimestamp.IntRef
public NSTimestamp.IntRef()
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Object
- Returns:
- string representation of this IntRef in the form:
Copyright © 2000-2008 Apple Inc.