ch.hsr.bieridee.domain
Class BrewerySize

java.lang.Object
  extended by ch.hsr.bieridee.domain.BrewerySize

public final class BrewerySize
extends java.lang.Object

BrewerySizes.


Field Summary
static java.lang.String INTERNATIONAL
           
static java.lang.String MICRO
           
static java.lang.String NATIONAL
           
static java.lang.String REGIONAL
           
static java.lang.String[] SIZES
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MICRO

public static final java.lang.String MICRO
See Also:
Constant Field Values

REGIONAL

public static final java.lang.String REGIONAL
See Also:
Constant Field Values

NATIONAL

public static final java.lang.String NATIONAL
See Also:
Constant Field Values

INTERNATIONAL

public static final java.lang.String INTERNATIONAL
See Also:
Constant Field Values

SIZES

public static final java.lang.String[] SIZES