Class GeometricalParameter

java.lang.Object
com.technia.dsx.exchange.export.GeometricalParameter
All Implemented Interfaces:
com.technia.dsx.app.NameValueTuple

public class GeometricalParameter extends Object implements com.technia.dsx.app.NameValueTuple
Document me
Since:
2022-12-08
  • Constructor Details

    • GeometricalParameter

      public GeometricalParameter()
    • GeometricalParameter

      public GeometricalParameter(String name, String value)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.technia.dsx.app.NameValueTuple
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
      Specified by:
      getValue in interface com.technia.dsx.app.NameValueTuple
    • setValue

      public void setValue(String value)