|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.api.metastore.XMeasure
public class XMeasure
A cube measure.
Java class for x_measure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_measure">
<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="type" use="required" type="{uri:lens:cube:0.1}x_measure_type" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display_string" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default_aggr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="format_string" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XMeasure()
|
|
| Method Summary | |
|---|---|
String |
getDefaultAggr()
Gets the value of the defaultAggr property. |
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayString()
Gets the value of the displayString property. |
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property. |
String |
getFormatString()
Gets the value of the formatString property. |
Double |
getMax()
Gets the value of the max property. |
Double |
getMin()
Gets the value of the min property. |
String |
getName()
Gets the value of the name property. |
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
XMeasureType |
getType()
Gets the value of the type property. |
String |
getUnit()
Gets the value of the unit property. |
void |
setDefaultAggr(String value)
Sets the value of the defaultAggr property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayString(String value)
Sets the value of the displayString property. |
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property. |
void |
setFormatString(String value)
Sets the value of the formatString property. |
void |
setMax(Double value)
Sets the value of the max property. |
void |
setMin(Double value)
Sets the value of the min property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setType(XMeasureType value)
Sets the value of the type property. |
void |
setUnit(String value)
Sets the value of the unit property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMeasure()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMeasureType getType()
XMeasureTypepublic void setType(XMeasureType value)
value - allowed object is
XMeasureTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayString()
Stringpublic void setDisplayString(String value)
value - allowed object is
Stringpublic String getDefaultAggr()
Stringpublic void setDefaultAggr(String value)
value - allowed object is
Stringpublic String getFormatString()
Stringpublic void setFormatString(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Double getMin()
Doublepublic void setMin(Double value)
value - allowed object is
Doublepublic Double getMax()
Doublepublic void setMax(Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||