|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.tuningfork.tracegen.types.EventAttribute
public final class EventAttribute
An attribute of an EventType.
| Field Summary | |
|---|---|
private String |
description
|
private String |
name
|
private ScalarType |
type
|
| Constructor Summary | |
|---|---|
EventAttribute(String name,
String description,
ScalarType type)
Create an EventAttribute with the specified name, description and type. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Return the description of the attribute. |
String |
getName()
Return the name of the attribute. |
ScalarType |
getType()
Return the type of the attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String name
private final String description
private final ScalarType type
| Constructor Detail |
|---|
public EventAttribute(String name,
String description,
ScalarType type)
name - The name of the attribute.description - A description of the attribute.type - The type of the attribute.| Method Detail |
|---|
public final String getName()
public final String getDescription()
public final ScalarType getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||