protected IfcFlowTerminalType(IfcDistributionFlowElementType basis) : base(basis) { }
protected IfcDistributionFlowElementType(IfcDistributionFlowElementType t) : base(t) { }
protected static void parseFields(IfcDistributionFlowElementType t, List<string> arrFields, ref int ipos) { IfcDistributionElementType.parseFields(t, arrFields, ref ipos); }
protected IfcDistributionFlowElementType(DatabaseIfc db, IfcDistributionFlowElementType t) : base(db, t) { }