|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.xmp.XmpDataType com.cete.dynamicpdf.xmp.XmpCollection com.cete.dynamicpdf.xmp.XmpJob
public class XmpJob
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 |
---|
public void add(java.lang.String name, java.lang.String id, java.net.URL url)
Adds the feilds of Job data type.
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.public int size()
size
in class XmpCollection
public void draw(XmpWriter xwriter)
Draws the Xmp Job data structure to the given XmpWriter
object.
draw
in class XmpDataType
xwriter
- XmpWriter
object to receive the Xmp Job's output.XmpWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |