Beispiel #1
0
 ///
 ///          <summary> * (9) get attribute XYRelation </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumXYRelation getXYRelation()
 {
     return(EnumXYRelation.getEnum(getAttribute(AttributeName.XYRELATION, null, null)));
 }
Beispiel #2
0
 static JDFAutoXYPairEvaluation()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.TOLERANCE, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, "0 0");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.VALUELIST, 0x33333333, AttributeInfo.EnumAttributeType.XYPairRangeList, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.XYRELATION, 0x33333333, AttributeInfo.EnumAttributeType.XYRelation, EnumXYRelation.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BASICPREFLIGHTTEST, 0x33333333);
 }
Beispiel #3
0
 public virtual JDFElement.EnumXYRelation getAllowedXYRelation()
 {
     return(EnumXYRelation.getEnum(getAttribute(AttributeName.ALLOWEDXYRELATION, null, null)));
 }