ProDataGraphHolder class

The following ProDataGraphHolder class definition shows the constructor and method signatures for the ProDataGraphHolder class.

Example: ProDataGraphHolder class definition

public class ProDataGraphHolder extends Holder
{  ProDataGraphHolder();
  ProDataGraphHolder(com.progess.open4gl.ProDataGraph);
  void setProDataGraphValue(com.progess.open4gl.ProDataGraph);
  ProDataGraph getProDataGraphValue();
  public boolean isNull();
}

For more information on holder classes, see Pass Parameters.