| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.plugins.modelcompare |
| Modifier and Type | Field and Description |
|---|---|
static List<CompareType> |
CompareType.VALUES
A public read-only list of all the 'Compare Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static CompareType |
CompareType.get(int value)
Returns the 'Compare Type' literal with the specified integer value.
|
static CompareType |
CompareType.get(String literal)
Returns the 'Compare Type' literal with the specified literal value.
|
static CompareType |
CompareType.getByName(String name)
Returns the 'Compare Type' literal with the specified name.
|
static CompareType |
CompareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareType[] |
CompareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompareType |
StoreFactoryImpl.createCompareTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
| Modifier and Type | Method and Description |
|---|---|
CompareResult |
ModelCompare.compare(IfcModelInterface model1,
IfcModelInterface model2,
CompareType compareType) |
Copyright © 2018 OpenSource BIM. All rights reserved.