suramadu.util.exec
Class MemoryType

java.lang.Object
  extended bysuramadu.util.exec.MemoryType

public class MemoryType
extends java.lang.Object

Author:
dan To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static MemoryType HEAPMEMORY
          Memory type enumerations
static MemoryType IMMORTALMEMORY
           
static MemoryType SCOPEMEMORY
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 int getId()
           
static MemoryType getMemoryType(java.lang.String memoryType)
           
static java.util.Iterator getTypeNames()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HEAPMEMORY

public static final MemoryType HEAPMEMORY
Memory type enumerations


IMMORTALMEMORY

public static final MemoryType IMMORTALMEMORY

SCOPEMEMORY

public static final MemoryType SCOPEMEMORY
Method Detail

getMemoryType

public static MemoryType getMemoryType(java.lang.String memoryType)

getTypeNames

public static java.util.Iterator getTypeNames()

getId

public int getId()

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.


toString

public java.lang.String toString()