Class LogicalModel.BaseMeasures.Measure
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.BaseMeasures.Measure
- Enclosing class:
- LogicalModel.BaseMeasures
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="measureMapping">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="columnObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="semanticType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aggregationType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="measureType" 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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregationType property.Gets the value of the descriptions property.getId()Gets the value of the id property.Gets the value of the measureMapping property.Gets the value of the measureType property.getOrder()Gets the value of the order property.Gets the value of the semanticType property.voidsetAggregationType(String value) Sets the value of the aggregationType property.voidSets the value of the descriptions property.voidSets the value of the id property.voidSets the value of the measureMapping property.voidsetMeasureType(String value) Sets the value of the measureType property.voidSets the value of the order property.voidsetSemanticType(String value) Sets the value of the semanticType property.
-
Field Details
-
descriptions
The descriptions. -
measureMapping
The measure mapping. -
id
The id. -
order
The order. -
semanticType
The semantic type. -
aggregationType
The aggregation type. -
measureType
The measure type.
-
-
Constructor Details
-
Measure
public Measure()
-
-
Method Details
-
getDescriptions
Gets the value of the descriptions property.- Returns:
- possible object is
LogicalModel.BaseMeasures.Measure.Descriptions
-
setDescriptions
Sets the value of the descriptions property.- Parameters:
value- allowed object isLogicalModel.BaseMeasures.Measure.Descriptions
-
getMeasureMapping
Gets the value of the measureMapping property.- Returns:
- possible object is
LogicalModel.BaseMeasures.Measure.MeasureMapping
-
setMeasureMapping
Sets the value of the measureMapping property.- Parameters:
value- allowed object isLogicalModel.BaseMeasures.Measure.MeasureMapping
-
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
-
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
-
getSemanticType
Gets the value of the semanticType property.- Returns:
- possible object is
String
-
setSemanticType
Sets the value of the semanticType property.- Parameters:
value- allowed object isString
-
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
-