Packagecom.ericfeminella.products
Classpublic class ProductFactoryType

Provides a set of static constants which define legal types in ProductFactory

See also

ProductFactory


Public Constants
 ConstantDefined by
  PRODUCT_A : String = "ProductA"
[static]
ProductFactoryType
  PRODUCT_B : String = "ProductB"
[static]
ProductFactoryType
  PRODUCT_C : String = "ProductC"
[static]
ProductFactoryType
Constant detail
PRODUCT_Aconstant
public static const PRODUCT_A:String = "ProductA"
PRODUCT_Bconstant 
public static const PRODUCT_B:String = "ProductB"
PRODUCT_Cconstant 
public static const PRODUCT_C:String = "ProductC"