namespace Ringtoets.Integration.IO.Assembly { /// /// Enum defining the exportable assembly category methods for a failure mechanism. /// public enum ExportableFailureMechanismAssemblyMethod { /// /// Represents the assembly method WBI-2A-1. /// WBI2A1 = 1, /// /// Represents the assembly method WBI-2B-1. /// WBI2B1 = 2, /// /// Represents the assembly method WBI-2C-1. /// WBI2C1 = 3 } }