-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PackageType extends Enum<PackageType>
Enumeration of all possible Package types.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description WEEKLYA package configured with the predefined weekly identifier.
MONTHLYA package configured with the predefined monthly identifier.
TWO_MONTHA package configured with the predefined two month identifier.
THREE_MONTHA package configured with the predefined three month identifier.
SIX_MONTHA package configured with the predefined six month identifier.
ANNUALA package configured with the predefined annual identifier.
LIFETIMEA package configured with the predefined lifetime identifier.
CUSTOMA package that was defined with a custom identifier.
UNKNOWNA package that was defined with a custom identifier.
-
Method Summary
Modifier and Type Method Description final StringgetIdentifier()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getIdentifier
final String getIdentifier()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-