// --------------------------------------------------------------------- // Methods for Attribute XYRelation // --------------------------------------------------------------------- /// /// <summary> * (5) set attribute XYRelation </summary> /// * <param name="enumVar">: the enumVar to set the attribute to </param> /// public virtual void setXYRelation(EnumXYRelation enumVar) { setAttribute(AttributeName.XYRELATION, enumVar == null ? null : enumVar.getName(), null); }
public virtual void setAllowedHWRelation(EnumXYRelation @value) { setAttribute(AttributeName.ALLOWEDHWRELATION, @value.getName(), null); }
public virtual void setPresentHWRelation(EnumXYRelation @value) { setAttribute(AttributeName.PRESENTHWRELATION, @value.getName(), null); }
public virtual void setXYRelation(EnumXYRelation @value) { setAttribute(AttributeName.XYRELATION, @value.getName(), null); }