org.apache.tapestry.junit.mock.app
Class AgeRange

java.lang.Object
  extended by org.apache.tapestry.junit.mock.app.AgeRange

public class AgeRange
extends Object

Since:
2.2
Author:
Howard Lewis Ship

Field Summary
static String ADULT
           
static String CHILD
           
static String ELDERLY
           
static String RETIREE
           
static String TEEN
           
 
Constructor Summary
AgeRange()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHILD

public static final String CHILD
See Also:
Constant Field Values

TEEN

public static final String TEEN
See Also:
Constant Field Values

ADULT

public static final String ADULT
See Also:
Constant Field Values

RETIREE

public static final String RETIREE
See Also:
Constant Field Values

ELDERLY

public static final String ELDERLY
See Also:
Constant Field Values
Constructor Detail

AgeRange

public AgeRange()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.