| Constructor and Description |
|---|
WaveXmdMeasure()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
WaveXmdFormattingProperty[] |
getConditionalFormatting() |
java.lang.String |
getDateFormat() |
java.lang.String |
getDescription() |
java.lang.String |
getField() |
java.lang.String |
getFormatCustomFormat() |
int |
getFormatDecimalDigits() |
java.lang.String |
getFormatDecimalSeparator() |
boolean |
getFormatIsNegativeParens() |
java.lang.String |
getFormatPrefix() |
java.lang.String |
getFormatSuffix() |
java.lang.String |
getFormatThousandsSeparator() |
java.lang.String |
getFormatUnit() |
double |
getFormatUnitMultiplier() |
java.lang.String |
getFullyQualifiedName() |
boolean |
getIsDerived() |
java.lang.String |
getLabel() |
java.lang.String |
getOrigin() |
int |
getShowDetailsDefaultFieldIndex() |
boolean |
getShowInExplorer() |
int |
getSortIndex() |
boolean |
isFormatIsNegativeParens() |
boolean |
isIsDerived() |
boolean |
isShowInExplorer() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setConditionalFormatting(WaveXmdFormattingProperty[] conditionalFormatting) |
protected void |
setConditionalFormatting(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDateFormat(java.lang.String dateFormat) |
protected void |
setDateFormat(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(java.lang.String description) |
protected void |
setDescription(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setField(java.lang.String field) |
protected void |
setField(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatCustomFormat(java.lang.String formatCustomFormat) |
protected void |
setFormatCustomFormat(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatDecimalDigits(int formatDecimalDigits) |
protected void |
setFormatDecimalDigits(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatDecimalSeparator(java.lang.String formatDecimalSeparator) |
protected void |
setFormatDecimalSeparator(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatIsNegativeParens(boolean formatIsNegativeParens) |
protected void |
setFormatIsNegativeParens(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatPrefix(java.lang.String formatPrefix) |
protected void |
setFormatPrefix(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatSuffix(java.lang.String formatSuffix) |
protected void |
setFormatSuffix(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatThousandsSeparator(java.lang.String formatThousandsSeparator) |
protected void |
setFormatThousandsSeparator(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatUnit(java.lang.String formatUnit) |
protected void |
setFormatUnit(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormatUnitMultiplier(double formatUnitMultiplier) |
protected void |
setFormatUnitMultiplier(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFullyQualifiedName(java.lang.String fullyQualifiedName) |
protected void |
setFullyQualifiedName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsDerived(boolean isDerived) |
protected void |
setIsDerived(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOrigin(java.lang.String origin) |
protected void |
setOrigin(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setShowDetailsDefaultFieldIndex(int showDetailsDefaultFieldIndex) |
protected void |
setShowDetailsDefaultFieldIndex(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setShowInExplorer(boolean showInExplorer) |
protected void |
setShowInExplorer(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortIndex(int sortIndex) |
protected void |
setSortIndex(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public WaveXmdFormattingProperty[] getConditionalFormatting()
public void setConditionalFormatting(WaveXmdFormattingProperty[] conditionalFormatting)
protected void setConditionalFormatting(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDateFormat()
public void setDateFormat(java.lang.String dateFormat)
protected void setDateFormat(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getField()
public void setField(java.lang.String field)
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFormatCustomFormat()
public void setFormatCustomFormat(java.lang.String formatCustomFormat)
protected void setFormatCustomFormat(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getFormatDecimalDigits()
public void setFormatDecimalDigits(int formatDecimalDigits)
protected void setFormatDecimalDigits(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFormatDecimalSeparator()
public void setFormatDecimalSeparator(java.lang.String formatDecimalSeparator)
protected void setFormatDecimalSeparator(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getFormatIsNegativeParens()
public boolean isFormatIsNegativeParens()
public void setFormatIsNegativeParens(boolean formatIsNegativeParens)
protected void setFormatIsNegativeParens(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFormatPrefix()
public void setFormatPrefix(java.lang.String formatPrefix)
protected void setFormatPrefix(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFormatSuffix()
public void setFormatSuffix(java.lang.String formatSuffix)
protected void setFormatSuffix(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFormatThousandsSeparator()
public void setFormatThousandsSeparator(java.lang.String formatThousandsSeparator)
protected void setFormatThousandsSeparator(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFormatUnit()
public void setFormatUnit(java.lang.String formatUnit)
protected void setFormatUnit(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic double getFormatUnitMultiplier()
public void setFormatUnitMultiplier(double formatUnitMultiplier)
protected void setFormatUnitMultiplier(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFullyQualifiedName()
public void setFullyQualifiedName(java.lang.String fullyQualifiedName)
protected void setFullyQualifiedName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsDerived()
public boolean isIsDerived()
public void setIsDerived(boolean isDerived)
protected void setIsDerived(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOrigin()
public void setOrigin(java.lang.String origin)
protected void setOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getShowDetailsDefaultFieldIndex()
public void setShowDetailsDefaultFieldIndex(int showDetailsDefaultFieldIndex)
protected void setShowDetailsDefaultFieldIndex(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getShowInExplorer()
public boolean isShowInExplorer()
public void setShowInExplorer(boolean showInExplorer)
protected void setShowInExplorer(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getSortIndex()
public void setSortIndex(int sortIndex)
protected void setSortIndex(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.