|
fop 0.92beta | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.Property
org.apache.fop.fo.properties.EnumProperty
Superclass for properties that wrap an enumeration value
Nested Class Summary | |
static class |
EnumProperty.Maker
Inner class for creating EnumProperty instances |
Field Summary |
Fields inherited from class org.apache.fop.fo.properties.Property |
log |
Constructor Summary | |
EnumProperty(int explicitValue,
java.lang.String text)
|
Method Summary | |
int |
getEnum()
This method expects to be overridden by subclasses |
java.lang.Object |
getObject()
This method expects to be overridden by subclasses |
Methods inherited from class org.apache.fop.fo.properties.Property |
getCharacter, getColorType, getCondLength, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EnumProperty(int explicitValue, java.lang.String text)
explicitValue
- enumerated value to be set for this propertytext
- the string value of the enum.Method Detail |
public int getEnum()
Property
getEnum
in class Property
public java.lang.Object getObject()
Property
getObject
in class Property
|
fop 0.92beta | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |