Uses of Class
com.uc4.api.TraceOptions.TraceType
-
Packages that use TraceOptions.TraceType Package Description com.uc4.api -
-
Uses of TraceOptions.TraceType in com.uc4.api
Fields in com.uc4.api declared as TraceOptions.TraceType Modifier and Type Field Description protected TraceOptions.TraceTypeTraceOptions. traceTypeMethods in com.uc4.api that return TraceOptions.TraceType Modifier and Type Method Description TraceOptions.TraceTypeTraceOptions. getTraceType()get the trace type (file or memory)static TraceOptions.TraceTypeTraceOptions.TraceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TraceOptions.TraceType[]TraceOptions.TraceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api with parameters of type TraceOptions.TraceType Modifier and Type Method Description voidTraceOptions. setTraceType(TraceOptions.TraceType traceType)
-