|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.JRPropertiesMap
public class JRPropertiesMap
Properties map of an JR element.
The order of the properties (obtained bygetPropertyNames()
is the same as the order in which the properties were added.
Constructor Summary | |
---|---|
JRPropertiesMap()
Creates a properties map. |
|
JRPropertiesMap(JRPropertiesMap propertiesMap)
Clones a properties map. |
Method Summary | |
---|---|
java.lang.String |
getProperty(java.lang.String propName)
Returns the value of a property. |
java.lang.String[] |
getPropertyNames()
Returns the names of the properties. |
void |
removeProperty(java.lang.String propName)
Removes a property. |
void |
setProperty(java.lang.String propName,
java.lang.String value)
Adds/sets a property value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRPropertiesMap()
public JRPropertiesMap(JRPropertiesMap propertiesMap)
propertiesMap
- the original properties mapMethod Detail |
---|
public java.lang.String[] getPropertyNames()
public java.lang.String getProperty(java.lang.String propName)
propName
- the name of the property
public void setProperty(java.lang.String propName, java.lang.String value)
propName
- the name of the propertyvalue
- the value of the propertypublic void removeProperty(java.lang.String propName)
propName
- the property name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |