Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
Modifier and Type | Method and Description |
---|---|
DataType |
ContentTypeDescriptor.getDataType() |
DataType |
ValueDescriptor.getDataType() |
DataType |
ValueDescriptor.getInnerDataType() |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ContentTypeDescriptor(int contentTypeId,
String name,
String description,
DataType dataType,
ValueDescriptor[] dataStructure) |
ValueDescriptor(String identifier,
String name,
String description,
Transition transition,
DataType dataType,
String relationalKey,
int contentType,
DataStructure[] dataStructures,
int structureIndex) |
Copyright © 2020. All rights reserved.