public interface ItoColumn
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the column.
|
PropertyType |
getType()
Returns the type of the value that this column produces.
|
String getName()
PropertyType getType()
PropertyType.LENGTH
for length measures, or PropertyType.STRING
for free-form text values.
The type can be used to read the values from a takeoff in their proper form instead of having to handle all of
them as generic Strings.
The current implementation does not yet support all possibilities that Solibri actually uses, but tries to cover
the most important ones.Copyright © 2020 Solibri, Inc.. All rights reserved.