edu.pdx.cs399J.junit
Class Grade

java.lang.Object
  extended by edu.pdx.cs399J.junit.Grade

public final class Grade
extends Object

This class specifies the grades a student can get a section of a course


Field Summary
static Grade A
          A grade representing an A
static Grade B
          A grade representing an B
static Grade C
          A grade representing an C
static Grade D
          A grade representing an D
static Grade F
          A grade representing an F
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final Grade A
A grade representing an A


B

public static final Grade B
A grade representing an B


C

public static final Grade C
A grade representing an C


D

public static final Grade D
A grade representing an D


F

public static final Grade F
A grade representing an F



Copyright © 2000-2009 Portland State University. All Rights Reserved.