Package com.deque.axe.android.constants
Class Constants
- java.lang.Object
-
- com.deque.axe.android.constants.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<java.lang.Class<? extends AxeRule>>AXE_RULE_CLASSESstatic java.lang.StringDEFAULT_SCREEN_TITLEstatic java.lang.StringTEXT_INPUT
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetEventTypeName(java.lang.Integer type)
-
-
-
Field Detail
-
AXE_RULE_CLASSES
public static final java.util.Set<java.lang.Class<? extends AxeRule>> AXE_RULE_CLASSES
-
DEFAULT_SCREEN_TITLE
public static final java.lang.String DEFAULT_SCREEN_TITLE
- See Also:
- Constant Field Values
-
TEXT_INPUT
public static final java.lang.String TEXT_INPUT
- See Also:
- Constant Field Values
-
-