Пример #1
0
 ///
 ///          <summary> * (9) get attribute HWRelation </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumHWRelation getHWRelation()
 {
     return(EnumHWRelation.getEnum(getAttribute(AttributeName.HWRELATION, null, null)));
 }
Пример #2
0
 static JDFAutoRectangleEvaluation()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.HWRELATION, 0x33333333, AttributeInfo.EnumAttributeType.XYRelation, EnumHWRelation.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.TOLERANCE, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, "0 0");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.VALUELIST, 0x33333333, AttributeInfo.EnumAttributeType.RectangleRangeList, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BASICPREFLIGHTTEST, 0x33333333);
 }
Пример #3
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute HWRelation
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute HWRelation </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setHWRelation(EnumHWRelation enumVar)
        {
            setAttribute(AttributeName.HWRELATION, enumVar == null ? null : enumVar.getName(), null);
        }