public class CalculatedMemberProperty extends Object
Java class for CalculatedMemberProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedMemberProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expression" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
caption |
protected String |
description |
protected String |
expression |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
CalculatedMemberProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getExpression()
Gets the value of the expression property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String name
protected String caption
protected String description
protected String expression
protected String value
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2022 Open Foris. All rights reserved.