com.jwpepper.inv.pprprd
Class Format

java.lang.Object
  |
  +--com.imaginary.lwp.Type
        |
        +--com.jwpepper.inv.pprprd.Format

public class Format
extends Type

Represents the physical format of a J.W. Pepper product.
Last modified $Date: 1999/10/04 15:31:06 $

Version:
$Revision: 1.1 $
Author:
George Reese (george@ancept.com)
See Also:
Serialized Form

Constructor Summary
Format()
          Empty constructor required by serialization.
 
Method Summary
static Format getInstance(java.lang.String cde)
          Provides a simple way to access the format having a specific code.
static com.sun.java.util.collections.Iterator list()
          Lists all formats available.
 
Methods inherited from class com.imaginary.lwp.Type
getCode, getDescription, getName, getType, list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format

public Format()
Empty constructor required by serialization.
Method Detail

getInstance

public static Format getInstance(java.lang.String cde)
Provides a simple way to access the format having a specific code.
Parameters:
cde - the code of the desired format
Returns:
the Format object matching the specified code

list

public static com.sun.java.util.collections.Iterator list()
Lists all formats available.
Returns:
a list of formats