DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class XmpJob

java.lang.Object
  |
  +--com.cete.dynamicpdf.xmp.XmpDataType
        |
        +--com.cete.dynamicpdf.xmp.XmpCollection
              |
              +--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 getSize()
          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.

getSize

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

Specified by:
getSize in class XmpCollection

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 DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software