Package-level declarations

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class DangerousGoodsRestrictionData

Data corresponding to a single dangerous goods restriction.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class DangerousGoodsRestrictionElement(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val restrictions: List<DangerousGoodsRestrictionData>) : HorizonElement

Horizon element that contains data about a dangerous goods restriction.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object DangerousGoodsRestrictionElementType : HorizonElementType

Type of DangerousGoodsRestrictionElement horizon elements.