Constructor and Description |
---|
ValueDescriptor(String identifier,
String name,
String description,
Transition transition,
DataType dataType,
String relationalKey,
int contentType,
DataStructure[] dataStructures,
int structureIndex) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ValueDescriptor[] |
getChildren() |
int |
getContentType() |
DataType |
getDataType() |
String |
getDescription() |
String |
getIdentifier() |
static int |
getIndex(ValueDescriptor[] descriptors,
String identifier) |
DataType |
getInnerDataType() |
String |
getName() |
String |
getRelationalKey() |
Transition |
getTransition() |
String |
toString() |
public ValueDescriptor(String identifier, String name, String description, Transition transition, DataType dataType, String relationalKey, int contentType, DataStructure[] dataStructures, int structureIndex)
public String getIdentifier()
public String getName()
public String getDescription()
public Transition getTransition()
public DataType getDataType()
public String getRelationalKey()
public int getContentType()
public DataType getInnerDataType() throws InvalidJfrFileException
InvalidJfrFileException
public ValueDescriptor[] getChildren() throws InvalidJfrFileException
InvalidJfrFileException
public static int getIndex(ValueDescriptor[] descriptors, String identifier)
Copyright © 2020. All rights reserved.