public static void RemoveDurGes(this IAttDurationPerformed e) { MeiAtt_controller.RemoveAttribute(e, "dur.ges"); }
public static string GetDurGesValue(this IAttDurationPerformed e) { return(MeiAtt_controller.GetAttributeValue(e, "dur.ges")); }
public static bool HasDurGes(this IAttDurationPerformed e) { return(MeiAtt_controller.HasAttribute(e, "dur.ges")); }
public static void SetDurGes(this IAttDurationPerformed e, string _val) { MeiAtt_controller.SetAttribute(e, "dur.ges", _val); }