Beispiel #1
0
 //         ---------------------------------------------------------------------
 //        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);
 }
Beispiel #2
0
 public virtual void setAllowedHWRelation(EnumXYRelation @value)
 {
     setAttribute(AttributeName.ALLOWEDHWRELATION, @value.getName(), null);
 }
Beispiel #3
0
 public virtual void setPresentHWRelation(EnumXYRelation @value)
 {
     setAttribute(AttributeName.PRESENTHWRELATION, @value.getName(), null);
 }
Beispiel #4
0
 public virtual void setXYRelation(EnumXYRelation @value)
 {
     setAttribute(AttributeName.XYRELATION, @value.getName(), null);
 }