net.sourceforge.doyen
Class JLFGRManager.Size

java.lang.Object
  extended bynet.sourceforge.doyen.JLFGRManager.Size
Enclosing class:
JLFGRManager

public static class JLFGRManager.Size
extends Object


Field Summary
static JLFGRManager.Size MEDIUM
           
private  String mVal
           
static JLFGRManager.Size SMALL
           
 
Constructor Summary
protected JLFGRManager.Size(String val)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mVal

private String mVal

SMALL

public static JLFGRManager.Size SMALL

MEDIUM

public static JLFGRManager.Size MEDIUM
Constructor Detail

JLFGRManager.Size

protected JLFGRManager.Size(String val)
Method Detail

toString

public String toString()