Uses of Class
ca.cgjennings.apps.arkham.StrangeEons.ReleaseType
-
Packages that use StrangeEons.ReleaseType Package Description ca.cgjennings.apps.arkham -
-
Uses of StrangeEons.ReleaseType in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return StrangeEons.ReleaseType Modifier and Type Method Description static StrangeEons.ReleaseType
StrangeEons. getReleaseType()
Returns the type of this release of the application.static StrangeEons.ReleaseType
StrangeEons.ReleaseType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrangeEons.ReleaseType[]
StrangeEons.ReleaseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-