public final class EventTypeDescriptor extends Object
| Constructor and Description |
|---|
EventTypeDescriptor(int identifier,
String label,
boolean hasStartTime,
boolean hasThread,
boolean canHaveStacktrace,
boolean isRequstable,
ValueDescriptor[] dataStructure,
String description,
String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveStacktrace() |
ValueDescriptor[] |
getDataStructure() |
String |
getDescription() |
int |
getIdentifier() |
String |
getLabel() |
String |
getPath() |
boolean |
hasStartTime() |
boolean |
hasThread() |
boolean |
isRequstable() |
public EventTypeDescriptor(int identifier,
String label,
boolean hasStartTime,
boolean hasThread,
boolean canHaveStacktrace,
boolean isRequstable,
ValueDescriptor[] dataStructure,
String description,
String path)
public int getIdentifier()
public String getLabel()
public boolean hasStartTime()
public boolean hasThread()
public boolean canHaveStacktrace()
public boolean isRequstable()
public ValueDescriptor[] getDataStructure()
public String getDescription()
public String getPath()
Copyright © 2020. All rights reserved.