Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.Transition
-
Packages that use Transition Package Description org.openjdk.jmc.flightrecorder.internal.parser.v0.model -
-
Uses of Transition in org.openjdk.jmc.flightrecorder.internal.parser.v0.model
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model that return Transition Modifier and Type Method Description TransitionValueDescriptor. getTransition()static TransitionTransition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transition[]Transition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0.model with parameters of type Transition Constructor Description ValueDescriptor(java.lang.String identifier, java.lang.String name, java.lang.String description, Transition transition, DataType dataType, java.lang.String relationalKey, int contentType, DataStructure[] dataStructures, int structureIndex)
-