| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
| Modifier and Type | Method and Description |
|---|---|
Transition |
ValueDescriptor.getTransition() |
static Transition |
Transition.valueOf(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.
|
| Constructor and Description |
|---|
ValueDescriptor(String identifier,
String name,
String description,
Transition transition,
DataType dataType,
String relationalKey,
int contentType,
DataStructure[] dataStructures,
int structureIndex) |
Copyright © 2020. All rights reserved.