Interface StructureTypeModeAttributeFilterProvider
- All Known Implementing Classes:
DefaultStructureTypeModeAttributeFilterProvider
public interface StructureTypeModeAttributeFilterProvider
Structure Type Mode Provider Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a new Structure Type Mode to the existing list of mode definitions.getStructureTypeModeAttributeFilters(String typeCode, StructureTypeMode mode) Returns the structure type mode list given its type code and structure mode.
-
Method Details
-
getStructureTypeModeAttributeFilters
List<StructureTypeModeAttributeFilter> getStructureTypeModeAttributeFilters(String typeCode, StructureTypeMode mode) Returns the structure type mode list given its type code and structure mode.- Parameters:
typeCode- the type codemode- the structure type mode- Returns:
- a list of
StructureTypeModeAttributeFilter; never null.
-
addStructureTypeModeAttributeFilter
Adds a new Structure Type Mode to the existing list of mode definitions.
-