|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public void setName(String value)
value
- allowed object is
String
public XMeasureType getType()
XMeasureType
public void setType(XMeasureType value)
value
- allowed object is
XMeasureType
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getDisplayString()
String
public void setDisplayString(String value)
value
- allowed object is
String
public String getDefaultAggr()
String
public void setDefaultAggr(String value)
value
- allowed object is
String
public String getFormatString()
String
public void setFormatString(String value)
value
- allowed object is
String
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndTime()
XMLGregorianCalendar
public void setEndTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public Double getMin()
Double
public void setMin(Double value)
value
- allowed object is
Double
public Double getMax()
Double
public 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 |