Uses of Class
net.anotheria.anosite.gen.shared.data.ProductTypeEnum
-
Packages that use ProductTypeEnum Package Description net.anotheria.anosite.gen.shared.data -
-
Uses of ProductTypeEnum in net.anotheria.anosite.gen.shared.data
Methods in net.anotheria.anosite.gen.shared.data that return ProductTypeEnum Modifier and Type Method Description static ProductTypeEnumProductTypeEnum. getConstantByValue(int value)static ProductTypeEnumProductTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProductTypeEnum[]ProductTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-