|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XMetaInfo
public class XMetaInfo
XMetaInfo defines a meta info with drill info and format info.
| Constructor Summary | |
|---|---|
XMetaInfo()
Create an empty meta info. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
boolean |
equals(Object obj)
Check if equals another object. |
static String |
formatLocale(Locale locale)
Format locale to string. |
String |
getDatePattern()
Get the date pattern. |
Locale |
getLocale()
Get the database locale. |
static Locale |
getLocale(String locale)
Create locale from string. |
String |
getProperty(String key)
Get the data type. |
XDrillInfo |
getXDrillInfo()
Get the drill info. |
XFormatInfo |
getXFormatInfo()
Get a format info. |
boolean |
isAsDate()
Check if it is date. |
boolean |
isEmpty()
Check if drill info and format info are empty. |
boolean |
isXDrillInfoEmpty()
Check if drill info is empty. |
boolean |
isXFormatInfoEmpty()
Check if format info is empty. |
void |
parseXML(Element tag)
Method to parse an xml segment. |
void |
processDrillLinks(List drillLinks)
|
void |
removeProperty(String key)
Remove a property. |
void |
setAsDate(boolean asDate)
Set it is date. |
void |
setDatePattern(String datePattern)
Set the date pattern. |
void |
setLocale(Locale locale)
Set the database locale. |
void |
setProperty(String key,
String value)
Set data type for the column which created this meta info, it is transient. |
void |
setXDrillInfo(XDrillInfo info)
Set the drill info to the info. |
void |
setXFormatInfo(XFormatInfo info)
Set a format info to the info. |
String |
toString()
Get the string representaion. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMetaInfo()
| Method Detail |
|---|
public void setXDrillInfo(XDrillInfo info)
info - the drill info.public XDrillInfo getXDrillInfo()
public boolean isXDrillInfoEmpty()
public boolean isEmpty()
public void setXFormatInfo(XFormatInfo info)
info - the drill info.public XFormatInfo getXFormatInfo()
public boolean isXFormatInfoEmpty()
public boolean isAsDate()
public void setAsDate(boolean asDate)
date. - public String getDatePattern()
public void setDatePattern(String datePattern)
datePattern - the date pattern.public void setLocale(Locale locale)
public Locale getLocale()
public void setProperty(String key,
String value)
public void removeProperty(String key)
public String getProperty(String key)
public boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic Object clone()
clone in class Objectpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic static String formatLocale(Locale locale)
public static Locale getLocale(String locale)
public void processDrillLinks(List drillLinks)
|
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 | ||||||||