Interface StructureTypeModeService
- All Known Implementing Classes:
DefaultStructureTypeModeService
public interface StructureTypeModeService
Service that computes the
ComponentTypeStructure from a given TYPECODE and mode-
Method Summary
Modifier and TypeMethodDescriptiongetComponentTypeByCodeAndMode(String typeCode, StructureTypeMode mode) Get a single component type structure for a given structure type mode.
-
Method Details
-
getComponentTypeByCodeAndMode
Get a single component type structure for a given structure type mode.- Parameters:
typeCode- - the _TYPECODE of the component type to retrieve from the base modemode- - the mode of the structure type- Returns:
- the component type structure or null when the code and mode provided do not match any existing types
-