Class LogicalModel.CalculatedMeasures.Measure
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.CalculatedMeasures.Measure
- Enclosing class:
- LogicalModel.CalculatedMeasures
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="descriptions">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="defaultDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="exceptionAggregation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attribute" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="exceptionAggregationType" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="formula" type="{http://www.w3.org/2001/XMLSchema}byte"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="aggregationType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="measureType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="calculatedMeasureType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe aggregation type.protected StringThe calculated measure type.protected StringThe datatype.The descriptions.The exception aggregation.protected StringThe expression language.protected byteThe formula.protected StringThe hidden.protected StringThe id.protected StringThe measure type.protected ByteThe order. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregationType property.Gets the value of the calculatedMeasureType property.Gets the value of the datatype property.Gets the value of the descriptions property.Gets the value of the exceptionAggregation property.Gets the value of the expressionLanguage property.byteGets the value of the formula property.Gets the value of the hidden property.getId()Gets the value of the id property.Gets the value of the measureType property.getOrder()Gets the value of the order property.voidsetAggregationType(String value) Sets the value of the aggregationType property.voidsetCalculatedMeasureType(String value) Sets the value of the calculatedMeasureType property.voidsetDatatype(String value) Sets the value of the datatype property.voidSets the value of the descriptions property.voidSets the value of the exceptionAggregation property.voidsetExpressionLanguage(String value) Sets the value of the expressionLanguage property.voidsetFormula(byte value) Sets the value of the formula property.voidSets the value of the hidden property.voidSets the value of the id property.voidsetMeasureType(String value) Sets the value of the measureType property.voidSets the value of the order property.
-
Field Details
-
descriptions
The descriptions. -
exceptionAggregation
The exception aggregation. -
formula
protected byte formulaThe formula. -
id
The id. -
order
The order. -
aggregationType
The aggregation type. -
measureType
The measure type. -
calculatedMeasureType
The calculated measure type. -
datatype
The datatype. -
expressionLanguage
The expression language.
-
-
Constructor Details
-
Measure
public Measure()
-
-
Method Details
-
getDescriptions
Gets the value of the descriptions property.- Returns:
- possible object is
LogicalModel.CalculatedMeasures.Measure.Descriptions
-
setDescriptions
Sets the value of the descriptions property.- Parameters:
value- allowed object isLogicalModel.CalculatedMeasures.Measure.Descriptions
-
getExceptionAggregation
Gets the value of the exceptionAggregation property.- Returns:
- possible object is
LogicalModel.CalculatedMeasures.Measure.ExceptionAggregation
-
setExceptionAggregation
public void setExceptionAggregation(LogicalModel.CalculatedMeasures.Measure.ExceptionAggregation value) Sets the value of the exceptionAggregation property.- Parameters:
value- allowed object isLogicalModel.CalculatedMeasures.Measure.ExceptionAggregation
-
getFormula
public byte getFormula()Gets the value of the formula property.- Returns:
- the formula
-
setFormula
public void setFormula(byte value) Sets the value of the formula property.- Parameters:
value- the new formula
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getHidden
Gets the value of the hidden property.- Returns:
- possible object is
String
-
setHidden
Sets the value of the hidden property.- Parameters:
value- allowed object isString
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
Byte
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isByte
-
getAggregationType
Gets the value of the aggregationType property.- Returns:
- possible object is
String
-
setAggregationType
Sets the value of the aggregationType property.- Parameters:
value- allowed object isString
-
getMeasureType
Gets the value of the measureType property.- Returns:
- possible object is
String
-
setMeasureType
Sets the value of the measureType property.- Parameters:
value- allowed object isString
-
getCalculatedMeasureType
Gets the value of the calculatedMeasureType property.- Returns:
- possible object is
String
-
setCalculatedMeasureType
Sets the value of the calculatedMeasureType property.- Parameters:
value- allowed object isString
-
getDatatype
Gets the value of the datatype property.- Returns:
- possible object is
String
-
setDatatype
Sets the value of the datatype property.- Parameters:
value- allowed object isString
-
getExpressionLanguage
Gets the value of the expressionLanguage property.- Returns:
- possible object is
String
-
setExpressionLanguage
Sets the value of the expressionLanguage property.- Parameters:
value- allowed object isString
-