| Package | Description |
|---|---|
| org.bimserver.validationreport |
| Modifier and Type | Method and Description |
|---|---|
Type |
Issue.getType() |
Type |
Line.getType() |
abstract Type |
Item.getType() |
Type |
Header.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Issue.setType(Type type) |
IssueBuilder |
IssueBuilder.type(Type type) |
| Constructor and Description |
|---|
Line(Type type,
Long oid,
String fieldOrClass,
String value,
String shouldBe) |
Copyright © 2019 OpenSource BIM. All rights reserved.