Class ValueDescriptor
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.v0.model.ValueDescriptor
-
-
Constructor Summary
Constructors Constructor Description ValueDescriptor(String identifier, String name, String description, Transition transition, DataType dataType, String relationalKey, int contentType, DataStructure[] dataStructures, int structureIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()ValueDescriptor[]getChildren()intgetContentType()DataTypegetDataType()StringgetDescription()StringgetIdentifier()static intgetIndex(ValueDescriptor[] descriptors, String identifier)DataTypegetInnerDataType()StringgetName()StringgetRelationalKey()TransitiongetTransition()StringtoString()
-
-
-
Constructor Detail
-
ValueDescriptor
public ValueDescriptor(String identifier, String name, String description, Transition transition, DataType dataType, String relationalKey, int contentType, DataStructure[] dataStructures, int structureIndex)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getTransition
public Transition getTransition()
-
getDataType
public DataType getDataType()
-
getRelationalKey
public String getRelationalKey()
-
getContentType
public int getContentType()
-
getInnerDataType
public DataType getInnerDataType() throws org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
- Throws:
org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
-
getChildren
public ValueDescriptor[] getChildren() throws org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
- Throws:
org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException
-
getIndex
public static int getIndex(ValueDescriptor[] descriptors, String identifier)
-
-