//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Tango Observables Generator
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. Do not modify!
//
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.ComponentModel;
namespace Tango.BL.Enumerations
{
public enum LinearMassDensityUnits
{
///
/// (Nm)
///
[Description("Nm")]
Nm = 4,
///
/// (DTEX)
///
[Description("DTEX")]
DTEX = 1,
///
/// (Ne)
///
[Description("Ne")]
Ne = 3,
///
/// (Denier)
///
[Description("Denier")]
Denier = 5,
///
/// (Tex)
///
[Description("Tex")]
Tex = 2,
}
}