Пример #1
0
 ///
 ///          <summary> * (9) get attribute StitchingReferenceEdge </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumStitchingReferenceEdge getStitchingReferenceEdge()
 {
     return(EnumStitchingReferenceEdge.getEnum(getAttribute(AttributeName.STITCHINGREFERENCEEDGE, null, null)));
 }
Пример #2
0
 static JDFAutoIDPStitching()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.STITCHINGPOSITION, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumStitchingPosition.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.STITCHINGREFERENCEEDGE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumStitchingReferenceEdge.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.STITCHINGPARAMS, 0x33333333);
 }
Пример #3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute StitchingReferenceEdge
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute StitchingReferenceEdge </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setStitchingReferenceEdge(EnumStitchingReferenceEdge enumVar)
 {
     setAttribute(AttributeName.STITCHINGREFERENCEEDGE, enumVar == null ? null : enumVar.getName(), null);
 }