Package org.openforis.collect.mondrian
Class CalculatedMemberProperty
java.lang.Object
org.openforis.collect.mondrian.CalculatedMemberProperty
Property of a calculated member defined against a cube. It must have either an expression or a value.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the caption property.Gets the value of the description property.Gets the value of the expression property.getName()Gets the value of the name property.getValue()Gets the value of the value property.voidsetCaption(String value) Sets the value of the caption property.voidsetDescription(String value) Sets the value of the description property.voidsetExpression(String value) Sets the value of the expression property.voidSets the value of the name property.voidSets the value of the value property.
-
Field Details
-
name
-
caption
-
description
-
expression
-
value
-
-
Constructor Details
-
CalculatedMemberProperty
public CalculatedMemberProperty()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCaption
Gets the value of the caption property.- Returns:
- possible object is
String
-
setCaption
Sets the value of the caption property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getExpression
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
Sets the value of the expression property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-