|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.tuningfork.tracegen.types.ScalarType
public final class ScalarType
A scalar type (e.g. the type of a field of an event).
| Field Summary | |
|---|---|
private String |
description
|
static ScalarType |
DOUBLE
The scalar type representing a Java double. |
static ScalarType |
INT
The scalar type representing a Java integer. |
static ScalarType |
LONG
The scalar type representing a Java long. |
private String |
name
|
static ScalarType |
STRING
The scalar type representing a Java String. |
| Constructor Summary | |
|---|---|
private |
ScalarType(String name,
String description)
|
| Method Summary | |
|---|---|
String |
getDescription()
Return the description of this type. |
String |
getName()
Return the name of this type. |
String |
toString()
Return a string representing this scalar type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ScalarType INT
public static final ScalarType LONG
public static final ScalarType DOUBLE
public static final ScalarType STRING
private final String name
private final String description
| Constructor Detail |
|---|
private ScalarType(String name,
String description)
| Method Detail |
|---|
public final String getName()
public final String getDescription()
public final String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||