Uses of Class
com.paulwithers.openLog.OpenLogItem.LogType

Uses of OpenLogItem.LogType in com.paulwithers.openLog
 

Methods in com.paulwithers.openLog that return OpenLogItem.LogType
static OpenLogItem.LogType OpenLogItem.LogType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpenLogItem.LogType[] OpenLogItem.LogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.paulwithers.openLog with parameters of type OpenLogItem.LogType
private  void OpenLogItem.setEventType(OpenLogItem.LogType typeError)