Esempio n. 1
0
 public StringBuilder appendFields(
     ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
   super.appendFields(locator, buffer, strategy);
   {
     CurveInterpolationType theHORIZONTAL_CURVE_TYPE;
     theHORIZONTAL_CURVE_TYPE = ConeType.HORIZONTAL_CURVE_TYPE;
     strategy.appendField(locator, this, "horizontalCURVETYPE", buffer, theHORIZONTAL_CURVE_TYPE);
   }
   {
     CurveInterpolationType theVERTICAL_CURVE_TYPE;
     theVERTICAL_CURVE_TYPE = ConeType.VERTICAL_CURVE_TYPE;
     strategy.appendField(locator, this, "verticalCURVETYPE", buffer, theVERTICAL_CURVE_TYPE);
   }
   return buffer;
 }
Esempio n. 2
0
 public StringBuilder appendFields(
     ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
   super.appendFields(locator, buffer, strategy);
   {
     CurveInterpolationType theHorizontalCurveType;
     theHorizontalCurveType = this.getHorizontalCurveType();
     strategy.appendField(locator, this, "horizontalCurveType", buffer, theHorizontalCurveType);
   }
   {
     CurveInterpolationType theVerticalCurveType;
     theVerticalCurveType = this.getVerticalCurveType();
     strategy.appendField(locator, this, "verticalCurveType", buffer, theVerticalCurveType);
   }
   return buffer;
 }