DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class XmpJob

java.lang.Object
  extended by com.cete.dynamicpdf.xmp.XmpDataType
      extended by com.cete.dynamicpdf.xmp.XmpCollection
          extended by com.cete.dynamicpdf.xmp.XmpJob

public class XmpJob
extends XmpCollection

Class represents the Xmp Job data structure. Describes a job for a job-management system.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 void add(java.lang.String name, java.lang.String id, java.net.URL url)
          Adds the feilds of Job data type.
 void draw(XmpWriter xwriter)
          Draws the Xmp Job data structure to the given XmpWriter object.
 int size()
          Gets the size or number of elements in it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(java.lang.String name,
                java.lang.String id,
                java.net.URL url)

Adds the feilds of Job data type.

Parameters:
name - Informal name of job. This name is for user display and informal systems.
id - Unique ID for the job. This field is a reference into some external job management system.
url - A file URL referencing an external job management file.

size

public int size()
Gets the size or number of elements in it.

Specified by:
size in class XmpCollection
Returns:
The number of elements in it.

draw

public void draw(XmpWriter xwriter)

Draws the Xmp Job data structure to the given XmpWriter object.

Specified by:
draw in class XmpDataType
Parameters:
xwriter - XmpWriter object to receive the Xmp Job's output.
See Also:
XmpWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software