gnu.gnustep.base
Class NSNull

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSNull
All Implemented Interfaces:
java.lang.Cloneable

public class NSNull
extends NSObject

This class wraps the Objective-C class NSNull. It was automatically generated by JIGS WrapCreator.


Method Summary
static NSNull nullValue()
          Wraps the Objective-C method null
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

nullValue

public static NSNull nullValue()
Wraps the Objective-C method null