Package com.solibri.smc.api.ito
Interface ItoValue<T>
-
- Type Parameters:
T
- the type of the contained value
public interface ItoValue<T>
ItoValue represent a single cell in an information takeoff.- Since:
- 9.10.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItoColumn
getColumn()
Returns the column from which this calculated value is generated.T
getValue()
Returns the value of type T.
-