| Modifier and Type | Method and Description |
|---|---|
static Run.ColumnKind |
Run.ColumnKind.fromValue(String value) |
Run.ColumnKind |
Run.getColumnKind()
Specifies the unit in which the tool measures columns.
|
static Run.ColumnKind |
Run.ColumnKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Run.ColumnKind[] |
Run.ColumnKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Run.setColumnKind(Run.ColumnKind columnKind)
Specifies the unit in which the tool measures columns.
|
Run |
Run.withColumnKind(Run.ColumnKind columnKind) |
Copyright © 2020 Contrast Security. All rights reserved.