org.boxed_economy.besp.model.fmfw
クラス GoodsType

java.lang.Object
  拡張org.boxed_economy.besp.model.fmfw.Type
      拡張org.boxed_economy.besp.model.fmfw.GoodsType
すべての実装インタフェース:
Information, java.io.Serializable

public final class GoodsType
extends Type

Goodsの種類(Type)を定義します。

バージョン:
$Id: GoodsType.java,v 1.2 2004/03/21 20:07:07 macchan Exp $
作成者:
macchan
関連項目:
直列化された形式

フィールドの概要
static GoodsType NULL
           
 
コンストラクタの概要
protected GoodsType(java.lang.String newName)
           
 
クラス org.boxed_economy.besp.model.fmfw.Type から継承したメソッド
addChild, equals, getChildren, getChildrenRecursively, getName, getParents, getParentsRecursively, removeChild, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

NULL

public static final GoodsType NULL
コンストラクタの詳細

GoodsType

protected GoodsType(java.lang.String newName)