| Package | Description |
|---|---|
| org.bimserver.validationreport |
| Modifier and Type | Method and Description |
|---|---|
Type |
Line.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 |
IssueInterface.add(Type messageType,
String message,
Object is,
String shouldBe) |
void |
JsonValidationReport.add(Type messageType,
String message,
Object is,
String shouldBe) |
void |
IssueInterface.add(Type messageType,
String type,
String guid,
Long oid,
String message,
Object is,
String shouldBe) |
void |
JsonValidationReport.add(Type messageType,
String type,
String guid,
Long oid,
String key,
Object is,
String shouldBe) |
void |
JsonValidationReport.add(Type messageType,
String type,
String guid,
long oid,
String key,
String is,
String shouldBe) |
| Constructor and Description |
|---|
Line(Type type,
Long oid,
String fieldOrClass,
String value,
String shouldBe) |
Copyright © 2016 OpenSource BIM. All rights reserved.