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