Style Intelligence v12.0

inetsoft.uql.schema
Class TimeType

java.lang.Object
  extended by inetsoft.uql.XNode
      extended by inetsoft.uql.schema.XTypeNode
          extended by inetsoft.uql.schema.DateBaseType
              extended by inetsoft.uql.schema.TimeType
All Implemented Interfaces:
inetsoft.util.XMLSerializable, Serializable, Cloneable, Comparable

public class TimeType
extends DateBaseType

Time type node.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class inetsoft.uql.schema.XTypeNode
STAR
 
Fields inherited from class inetsoft.uql.XNode
value
 
Constructor Summary
TimeType()
          Create a time type node.
TimeType(String name)
          Create a time type node.
 
Method Summary
 String getType()
          Get the type of this node.
 XNode newInstance()
          Create a value tree corresponding to the data type defined by this type.
 
Methods inherited from class inetsoft.uql.schema.DateBaseType
applyFormat, getFormat, isCompatible, isDate, isPrimitive, setFormat
 
Methods inherited from class inetsoft.uql.schema.XTypeNode
addAttribute, addChild, clone, clone, cloneType, compareTo, equals, getAttribute, getAttributeCount, getAttributeIndex, getAttributeString, getAttributeType, getMaxOccurs, getMinOccurs, getTypeNode, getXMetaInfo, isNumber, isTypeNodeExists, 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

TimeType

public TimeType()
Create a time type node.


TimeType

public TimeType(String name)
Create a time type node.

Method Detail

getType

public String getType()
Get the type of this node. The types are defined in XSchema class.

Overrides:
getType in class XTypeNode

newInstance

public XNode newInstance()
Create a value tree corresponding to the data type defined by this type.

Overrides:
newInstance in class XTypeNode

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.