Artenus 2D Framework
Artenus Reference
App-stores known by the framework.
public final enum Stores
extends Enum<Stores>

Enum Constant Summary

Enum Constant and Description
AMAZON
Store value for Amazon Appstore
BAZAAR
Store value for Cafe Bazaar (local Iranian app-store)
CANDO
Store value for Cando (local Iranian app-store)
GOOGLE
Store value for Google Play
NONE
Store value used when the app-store is not specified
SAMSUNG
Store value for Samsung Apps

Method Summary

Modifier and TypeMethod and Description
public static StoresvalueOf(String name)
public static Storesvalues()

Methods inherited from java.lang.Enum

clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Methods inherited from java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Enum Constant Detail

AMAZON
public static final AMAZON
Store value for Amazon Appstore
BAZAAR
public static final BAZAAR
Store value for Cafe Bazaar (local Iranian app-store)
CANDO
public static final CANDO
Store value for Cando (local Iranian app-store)
GOOGLE
public static final GOOGLE
Store value for Google Play
NONE
public static final NONE
Store value used when the app-store is not specified
SAMSUNG
public static final SAMSUNG
Store value for Samsung Apps

Method Detail

valueOf
public static Stores valueOf(
    String name
)
values
public static Stores values()