org.apache.fop.datatypes
Class KeepValue

java.lang.Object
  extended byorg.apache.fop.datatypes.KeepValue

public class KeepValue
extends Object

Keep Value Stores the different types of keeps in a single convenient format.


Field Summary
static String KEEP_WITH_ALWAYS
           
static String KEEP_WITH_AUTO
           
static String KEEP_WITH_VALUE
           
 
Constructor Summary
KeepValue(String type, int val)
           
 
Method Summary
 String getType()
           
 int getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEEP_WITH_ALWAYS

public static final String KEEP_WITH_ALWAYS
See Also:
Constant Field Values

KEEP_WITH_AUTO

public static final String KEEP_WITH_AUTO
See Also:
Constant Field Values

KEEP_WITH_VALUE

public static final String KEEP_WITH_VALUE
See Also:
Constant Field Values
Constructor Detail

KeepValue

public KeepValue(String type,
                 int val)
Method Detail

getValue

public int getValue()

getType

public String getType()

toString

public String toString()


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.