ALBPM Process API

fuego.lang
Class Void

java.lang.Object
  extended by fuego.lang.Void

public class Void
extends Object

This class represents an Empty object. It is SINGLETON, in order to use the same instance every time.


Method Summary
static Void getInstance()
          Singleton implementation.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static Void getInstance()
Singleton implementation. Obtain an instance of this class through this method.

Returns:
String the singleton of this class.

toString

public String toString()
Overrides:
toString in class Object

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved