StandardItemProperty.public class StandardMarkerProperty extends Object implements MarkerProperty, JRChangeEventsSupport, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME
Deprecated.
|
static String |
PROPERTY_VALUE
Deprecated.
|
static String |
PROPERTY_VALUE_EXPRESSION
Deprecated.
|
| Constructor and Description |
|---|
StandardMarkerProperty()
Deprecated.
|
StandardMarkerProperty(String name,
String value,
JRExpression valueExpression)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
|
JRPropertyChangeSupport |
getEventSupport()
Deprecated.
Returns the property change support object for this instance.
|
String |
getName()
Deprecated.
|
String |
getValue()
Deprecated.
|
JRExpression |
getValueExpression()
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
void |
setValueExpression(JRExpression valueExpression)
Deprecated.
|
public static final String PROPERTY_NAME
public static final String PROPERTY_VALUE
public static final String PROPERTY_VALUE_EXPRESSION
public StandardMarkerProperty()
public StandardMarkerProperty(String name, String value, JRExpression valueExpression)
public String getName()
getName in interface ItemPropertypublic void setName(String name)
public String getValue()
getValue in interface ItemPropertypublic void setValue(String value)
public JRExpression getValueExpression()
getValueExpression in interface ItemPropertypublic void setValueExpression(JRExpression valueExpression)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2014. All rights reserved.