Uses of Enum Class
org.jboss.marshalling.TraceInformation.IndexType
Packages that use TraceInformation.IndexType
-
Uses of TraceInformation.IndexType in org.jboss.marshalling
Methods in org.jboss.marshalling that return TraceInformation.IndexTypeModifier and TypeMethodDescriptionstatic TraceInformation.IndexTypeReturns the enum constant of this class with the specified name.static TraceInformation.IndexType[]TraceInformation.IndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.marshalling with parameters of type TraceInformation.IndexTypeModifier and TypeMethodDescriptionstatic voidTraceInformation.addIndexInformation(Throwable t, int index, int size, TraceInformation.IndexType kind) Add information about an index into a collection which was being (un-)marshalled.