Class StandardItemProperty
- java.lang.Object
-
- net.sf.jasperreports.components.map.StandardItemProperty
-
- All Implemented Interfaces:
Serializable,Cloneable,ItemProperty,JRChangeEventsSupport,JRCloneable
public class StandardItemProperty extends Object implements ItemProperty, JRChangeEventsSupport, Serializable
Deprecated.Replaced byStandardItemProperty.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_NAMEDeprecated.static StringPROPERTY_VALUEDeprecated.static StringPROPERTY_VALUE_EXPRESSIONDeprecated.
-
Constructor Summary
Constructors Constructor Description StandardItemProperty()Deprecated.StandardItemProperty(String name, String value, JRExpression valueExpression)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectclone()Deprecated.JRPropertyChangeSupportgetEventSupport()Deprecated.Returns the property change support object for this instance.StringgetName()Deprecated.Returns the name of the item property (required).StringgetValue()Deprecated.Returns thevalueattribute of the item property.JRExpressiongetValueExpression()Deprecated.Returns aJRExpressionrepresenting the value object for the item property.voidsetName(String name)Deprecated.voidsetValue(String value)Deprecated.voidsetValueExpression(JRExpression valueExpression)Deprecated.
-
-
-
Field Detail
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE
public static final String PROPERTY_VALUE
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardItemProperty
public StandardItemProperty()
Deprecated.
-
StandardItemProperty
public StandardItemProperty(String name, String value, JRExpression valueExpression)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.Description copied from interface:ItemPropertyReturns the name of the item property (required).- Specified by:
getNamein interfaceItemProperty- Returns:
- the property name
-
setName
public void setName(String name)
Deprecated.
-
getValue
public String getValue()
Deprecated.Description copied from interface:ItemPropertyReturns thevalueattribute of the item property. Onlyjava.lang.Stringvalues are allowed for this attribute.- Specified by:
getValuein interfaceItemProperty- Returns:
- the
valueattribute
-
setValue
public void setValue(String value)
Deprecated.
-
getValueExpression
public JRExpression getValueExpression()
Deprecated.Description copied from interface:ItemPropertyReturns aJRExpressionrepresenting the value object for the item property. If present, it overrides the value given by thevalueattribute.- Specified by:
getValueExpressionin interfaceItemProperty- Returns:
- the value expression
-
setValueExpression
public void setValueExpression(JRExpression valueExpression)
Deprecated.
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Deprecated.Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
clone
public Object clone()
Deprecated.- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
-