| org.cougaar.logistics.ldm.asset.RationPG
factoryClass | Class factoryClass(Code) | | the factory class *
|
factoryMethod | String factoryMethod(Code) | | the method of factoryClass that creates this type *
|
mutableClass | String mutableClass(Code) | | the (mutable) class type returned by factoryMethod *
|
nullPG | RationPG nullPG(Code) | | The Null instance for indicating that the PG definitely has no value *
|
primaryClass | Class primaryClass(Code) | | the (immutable) class type returned by domain factory *
|
getMealType | String getMealType()(Code) | | Returns "BREAKFAST" or "LUNCH/DINNER" *
|
getRationType | String getRationType()(Code) | | Returns the short nomenclature: "MRE", "UGR-H&S", "UGR-A", "B-RATION" etc *
|
|
|