Package org.openforis.collect.mondrian
Class CalculatedMember
java.lang.Object
org.openforis.collect.mondrian.CalculatedMember
Java class for CalculatedMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedMember">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotations" type="{}Annotations" minOccurs="0"/>
<element name="Formula" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="CalculatedMemberProperty" type="{}CalculatedMemberProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="formatString" 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="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationsprotected List<CalculatedMemberProperty> protected Stringprotected Stringprotected Stringprotected Stringprotected Objectprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotations property.Gets the value of the calculatedMemberProperty property.Gets the value of the caption property.Gets the value of the description property.Gets the value of the dimension property.Gets the value of the formatString property.Gets the value of the formula property.getName()Gets the value of the name property.booleanGets the value of the visible property.voidsetAnnotations(Annotations value) Sets the value of the annotations property.voidsetCaption(String value) Sets the value of the caption property.voidsetDescription(String value) Sets the value of the description property.voidsetDimension(String value) Sets the value of the dimension property.voidsetFormatString(String value) Sets the value of the formatString property.voidsetFormula(Object value) Sets the value of the formula property.voidSets the value of the name property.voidsetVisible(Boolean value) Sets the value of the visible property.
-
Field Details
-
annotations
-
formula
-
calculatedMemberProperty
-
name
-
formatString
-
caption
-
description
-
dimension
-
visible
-
-
Constructor Details
-
CalculatedMember
public CalculatedMember()
-
-
Method Details
-
getAnnotations
Gets the value of the annotations property.- Returns:
- possible object is
Annotations
-
setAnnotations
Sets the value of the annotations property.- Parameters:
value- allowed object isAnnotations
-
getFormula
Gets the value of the formula property.- Returns:
- possible object is
Object
-
setFormula
Sets the value of the formula property.- Parameters:
value- allowed object isObject
-
getCalculatedMemberProperty
Gets the value of the calculatedMemberProperty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the calculatedMemberProperty property.For example, to add a new item, do as follows:
getCalculatedMemberProperty().add(newItem);Objects of the following type(s) are allowed in the list
CalculatedMemberProperty -
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
-
getFormatString
Gets the value of the formatString property.- Returns:
- possible object is
String
-
setFormatString
Sets the value of the formatString 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
-
getDimension
Gets the value of the dimension property.- Returns:
- possible object is
String
-
setDimension
Sets the value of the dimension property.- Parameters:
value- allowed object isString
-
isVisible
public boolean isVisible()Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-