org.apache.fop.datatypes
Class KeepValue
java.lang.Object
org.apache.fop.datatypes.KeepValue
- public class KeepValue
- extends java.lang.Object
Keep Value
Stores the different types of keeps in a single convenient format.
Constructor Summary |
KeepValue(java.lang.String type,
int val)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KEEP_WITH_ALWAYS
public static final java.lang.String KEEP_WITH_ALWAYS
- See Also:
- Constant Field Values
KEEP_WITH_AUTO
public static final java.lang.String KEEP_WITH_AUTO
- See Also:
- Constant Field Values
KEEP_WITH_VALUE
public static final java.lang.String KEEP_WITH_VALUE
- See Also:
- Constant Field Values
KeepValue
public KeepValue(java.lang.String type,
int val)
getValue
public int getValue()
getType
public java.lang.String getType()
toString
public java.lang.String toString()
Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.