Skip to content

SchemaStirrupUnfold

Canonical path: NemAll_Python_Reinforcement.SchemaStirrupUnfold

Bases: Enum

Definition of the schema stirrup unfold

eNo : No unfold eFirstSegment : First segment unfold eFirstLastSegment: First and last segment unfold eLastSegment : Last segment unfold

Attributes:

eFirstLastSegment class-attribute instance-attribute

eFirstLastSegment = 3

eFirstSegment class-attribute instance-attribute

eFirstSegment = 2

eLastSegment class-attribute instance-attribute

eLastSegment = 4

eNo class-attribute instance-attribute

eNo = 1
Placeholder