Uses of Enum
org.jboss.marshalling.TraceInformation.IndexType
Packages that use TraceInformation.IndexType
-
Uses of TraceInformation.IndexType in org.jboss.marshalling
Subclasses with type arguments of type TraceInformation.IndexType in org.jboss.marshallingModifier and TypeClassDescriptionstatic enumThe type of index for a multi-valued collection or map.Fields in org.jboss.marshalling declared as TraceInformation.IndexTypeModifier and TypeFieldDescriptionprivate final TraceInformation.IndexTypeTraceInformation.IndexInfo.kindMethods in org.jboss.marshalling that return TraceInformation.IndexTypeModifier and TypeMethodDescriptionstatic TraceInformation.IndexTypeReturns the enum constant of this type with the specified name.static TraceInformation.IndexType[]TraceInformation.IndexType.values()Returns an array containing the constants of this enum type, 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.Constructors in org.jboss.marshalling with parameters of type TraceInformation.IndexTypeModifierConstructorDescription(package private)IndexInfo(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind)