org.apache.fop.fo.properties
Class StringProperty
public class StringProperty
Exists primarily as a container for its Maker inner class, which is
extended by many string-based FO property classes.
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString |
equals
public boolean equals(Object obj)
java.lang.Object.hashCode()
getInstance
public static StringProperty getInstance(String str)
Return the canonical StringProperty instance
corresponding to the given string value
getObject
public Object getObject()
- getObject in interface Property
- the Object equivalent of this property
getString
public String getString()
- getString in interface Property
- the String equivalent of this property
hashCode
public int hashCode()
java.lang.Object.hashCode()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.