Package com.solibri.smc.api.ito
Interface ItoDefinition
public interface ItoDefinition
ITO definition defines an information takeoff. The takeoff can then be calculated based on the choices made in the
 definition.
- Since:
- 9.12.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the definition.getName()Returns the name of the definition.Returns the unique identifier of the definition.
- 
Method Details- 
getUniqueIdUUID getUniqueId()Returns the unique identifier of the definition. This is not modifiable.- Returns:
- the unique identifier
- Since:
- 9.12.0
 
- 
getNameString getName()Returns the name of the definition.- Returns:
- the name
- Since:
- 9.12.0
 
- 
getDescriptionString getDescription()Returns the description of the definition.- Returns:
- the description
- Since:
- 9.12.0
 
 
-