| Package | Description |
|---|---|
| org.myire.scent.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
TypeMetrics.Kind |
TypeMetrics.getKind() |
Get the type's kind.
|
static TypeMetrics.Kind |
TypeMetrics.Kind.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TypeMetrics.Kind[] |
TypeMetrics.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
TypeMetrics(java.lang.String pName,
TypeMetrics.Kind pKind) |
Create a new
TypeMetrics. |