Class ContentTypeDescriptor
java.lang.Object
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.ContentTypeDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionContentTypeDescriptor(int contentTypeId, String name, String description, DataType dataType, ValueDescriptor[] dataStructure) -
Method Summary
-
Constructor Details
-
ContentTypeDescriptor
public ContentTypeDescriptor(int contentTypeId, String name, String description, DataType dataType, ValueDescriptor[] dataStructure)
-
-
Method Details
-
getContentTypeId
public int getContentTypeId() -
getName
-
getDescription
-
getDataStructure
-
getDataType
-