ecflow.AttrType

class ecflow.AttrType

Bases: enum

Sortable attribute type, currently [event | meter | label | limit | variable | all ]

AttrType.all = ecflow.AttrType.all
AttrType.event = ecflow.AttrType.event
AttrType.label = ecflow.AttrType.label
AttrType.limit = ecflow.AttrType.limit
AttrType.meter = ecflow.AttrType.meter
AttrType.names = {'all': ecflow.AttrType.all, 'event': ecflow.AttrType.event, 'label': ecflow.AttrType.label, 'limit': ecflow.AttrType.limit, 'meter': ecflow.AttrType.meter, 'variable': ecflow.AttrType.variable}
AttrType.values = {1: ecflow.AttrType.event, 2: ecflow.AttrType.meter, 3: ecflow.AttrType.label, 4: ecflow.AttrType.limit, 5: ecflow.AttrType.variable, 6: ecflow.AttrType.all}
AttrType.variable = ecflow.AttrType.variable