FileDocCategorySizeDatePackage
Features.javaAPI DocExample228Sat May 22 10:59:32 BST 2004com.oreilly.tiger.ch03

Features.java

package com.oreilly.tiger.ch03;

public interface Features {

  /** Get the upcharge for this feature */
  public float getUpcharge();

  /** Get the description for this feature */
  public String getDescription();

}