|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XFormatInfo
public class XFormatInfo
XFormatInfo represents a column's format information.
| Constructor Summary | |
|---|---|
XFormatInfo()
Constructor. |
|
XFormatInfo(String format,
String formatSpec)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Get a cloned object. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getFormat()
Format getter. |
String |
getFormatSpec()
FormatSpec getter. |
int |
hashCode()
Get hash code. |
boolean |
isEmpty()
Check if this format info is empty. |
void |
parseXML(Element tag)
Method to parse an xml segment. |
void |
setFormat(String format)
Format setter. |
void |
setFormatSpec(String formatSpec)
FormatSpec setter. |
String |
toString()
Get the string representation. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XFormatInfo()
public XFormatInfo(String format,
String formatSpec)
| Method Detail |
|---|
public void setFormat(String format)
public String getFormat()
public void setFormatSpec(String formatSpec)
public String getFormatSpec()
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.public boolean equals(Object obj)
equals in class Objectobj - the specified opject to compare.
public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic String toString()
toString in class Objectpublic boolean isEmpty()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||