Uses of Enum Class
org.eclipse.keypop.storagecard.card.ProductType
Packages that use ProductType
Package
Description
Contains the factories, builders, and exceptions for the Storage Card API.
-
Uses of ProductType in org.eclipse.keypop.storagecard
Methods in org.eclipse.keypop.storagecard with parameters of type ProductTypeModifier and TypeMethodDescriptionStorageCardApiFactory.createStorageCardSelectionExtension(ProductType productType) Creates a new instance ofStorageCardSelectionExtension. -
Uses of ProductType in org.eclipse.keypop.storagecard.card
Methods in org.eclipse.keypop.storagecard.card that return ProductTypeModifier and TypeMethodDescriptionStorageCard.getProductType()Returns the product type of the storage card.static ProductTypeReturns the enum constant of this class with the specified name.static ProductType[]ProductType.values()Returns an array containing the constants of this enum class, in the order they are declared.