Uses of Class
com.android.ddmlib.log.EventContainer.EventValueType

Packages that use EventContainer.EventValueType
com.android.ddmlib.log   
 

Uses of EventContainer.EventValueType in com.android.ddmlib.log
 

Methods in com.android.ddmlib.log that return EventContainer.EventValueType
 EventContainer.EventValueType EventValueDescription.getEventValueType()
           
 EventContainer.EventValueType EventContainer.getType()
          Returns the type of the data.
 EventContainer.EventValueType EventContainer.getType(java.lang.Object data)
          Returns the type of an object.
static EventContainer.EventValueType EventContainer.EventValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventContainer.EventValueType[] EventContainer.EventValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.android.ddmlib.log with parameters of type EventContainer.EventValueType
 void EventValueDescription.ValueType.checkType(EventContainer.EventValueType type)
          Checks that the EventContainer.EventValueType is compatible with the EventValueDescription.ValueType.
 



Copyright © 2008-2011. All Rights Reserved.