DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.barcoding
Class Calculate

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.barcoding.Calculate

public class Calculate
extends java.lang.Object

Specifies calculation type for bar codes.


Field Summary
static Calculate AUTO
          Automatically detect when to calculate.
static Calculate NO
          Never calculate.
static Calculate YES
          Always calculate.
 
Method Summary
 int getValue()
          Gets the enumeration constant value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YES

public static final Calculate YES
Always calculate.


NO

public static final Calculate NO
Never calculate.


AUTO

public static final Calculate AUTO
Automatically detect when to calculate.

Method Detail

getValue

public int getValue()
Gets the enumeration constant value.

Returns:
The enumeration constant value.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software