org.android.activityminer.model.util
Class SparseArrayConverterConstants

Package class diagram package SparseArrayConverterConstants
java.lang.Object
  extended by org.android.activityminer.model.util.SparseArrayConverterConstants

public final class SparseArrayConverterConstants
extends Object

Sparse array converter constants


Field Summary
static String ENTRY_ELEMENT_NAME
          The entry element name
static String KEY_ATTRIBUTE_NAME
          The key attribute name
static String SIZE_ATTRIBUTE_NAME
          The size attribute name
static String VALUE_ATTRIBUT_NAME
          The value attribute name
 
Constructor Summary
SparseArrayConverterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE_ATTRIBUTE_NAME

public static final String SIZE_ATTRIBUTE_NAME
The size attribute name

See Also:
Constant Field Values

VALUE_ATTRIBUT_NAME

public static final String VALUE_ATTRIBUT_NAME
The value attribute name

See Also:
Constant Field Values

KEY_ATTRIBUTE_NAME

public static final String KEY_ATTRIBUTE_NAME
The key attribute name

See Also:
Constant Field Values

ENTRY_ELEMENT_NAME

public static final String ENTRY_ELEMENT_NAME
The entry element name

See Also:
Constant Field Values
Constructor Detail

SparseArrayConverterConstants

public SparseArrayConverterConstants()