|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XNode
inetsoft.uql.schema.XTypeNode
inetsoft.uql.schema.DateBaseType
public class DateBaseType
Base type for all date/time types.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.schema.XTypeNode |
|---|
STAR |
| Fields inherited from class inetsoft.uql.XNode |
|---|
value |
| Constructor Summary | |
|---|---|
DateBaseType()
Create a date type node. |
|
DateBaseType(String name)
Create a date type node. |
|
| Method Summary | |
|---|---|
protected void |
applyFormat(XValueNode node)
Apply format to a value object. |
String |
getFormat()
Get the format string of this data type. |
boolean |
isCompatible(XTypeNode type)
Check if two types are compatible. |
boolean |
isDate()
Check if this type is a date or time. |
boolean |
isPrimitive()
Return true if this is a primitive type. |
void |
setFormat(String fmt)
Set the format string for the type. |
| Methods inherited from class inetsoft.uql.schema.XTypeNode |
|---|
addAttribute, addChild, clone, clone, cloneType, compareTo, equals, getAttribute, getAttributeCount, getAttributeIndex, getAttributeString, getAttributeType, getMaxOccurs, getMinOccurs, getType, getTypeNode, getXMetaInfo, isNumber, isTypeNodeExists, newInstance, newInstance, parseXML, setAttribute, setMaxOccurs, setMinOccurs, setXMetaInfo, toString, writeAttributes, writeTreeXML, writeTypeXML, writeXML |
| Methods inherited from class inetsoft.uql.XNode |
|---|
addChild, addChild, addr, checkDuplicate, cloneValue, eq, getAttribute, getAttributeNames, getChild, getChild, getChildCount, getChildIndex, getDefaultFormat, getName, getNode, getParent, getPath, getPath, getValue, getValue, hashCode, insertChild, isAncestor, removeAllChildren, removeChild, removeChild, removeChild, removeChild, setAttribute, setChild, setDefaultFormat, setName, setValue, sort, sort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DateBaseType()
public DateBaseType(String name)
| Method Detail |
|---|
public boolean isPrimitive()
isPrimitive in class XTypeNodepublic boolean isDate()
isDate in class XTypeNodepublic boolean isCompatible(XTypeNode type)
isCompatible in class XTypeNodeprotected void applyFormat(XValueNode node)
public void setFormat(String fmt)
setFormat in class XTypeNodepublic String getFormat()
getFormat in class XTypeNode
|
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 | ||||||||