|
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.XValueNode
inetsoft.uql.schema.TimeValue
public class TimeValue
Time value node.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.XNode |
|---|
value |
| Constructor Summary | |
|---|---|
TimeValue()
Create a time value node. |
|
TimeValue(String name)
Create a time value node. |
|
TimeValue(String name,
Object val)
Create a time value node. |
|
| Method Summary | |
|---|---|
String |
format()
Convert the value to a string. |
String |
getType()
Get the type of this node. |
void |
parse(String str)
Parse the string to the value. |
void |
setFormat(Format fmt)
Set the format for formatting and parsing string values. |
void |
setValue(Object value)
Set value. |
Object |
toSQLValue()
from java Object to SQL type |
| Methods inherited from class inetsoft.uql.schema.XValueNode |
|---|
createValueNode, createValueNode, createValueNode, equals, getVariable, hashCode, setVariable, toString, writeXML |
| Methods inherited from class inetsoft.uql.XNode |
|---|
addChild, addChild, addChild, addr, checkDuplicate, clone, cloneValue, compareTo, eq, getAttribute, getAttributeNames, getChild, getChild, getChildCount, getChildIndex, getDefaultFormat, getName, getNode, getParent, getPath, getPath, getValue, getValue, insertChild, isAncestor, removeAllChildren, removeChild, removeChild, removeChild, removeChild, setAttribute, setChild, setDefaultFormat, setName, sort, sort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeValue()
public TimeValue(String name)
public TimeValue(String name,
Object val)
| Method Detail |
|---|
public String getType()
getType in class XValueNodepublic String format()
format in class XValueNode
public void parse(String str)
throws ParseException
parse in class XValueNodeParseExceptionpublic void setFormat(Format fmt)
setFormat in class XValueNodepublic void setValue(Object value)
setValue in class XNodepublic Object toSQLValue()
toSQLValue in class XValueNode
|
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 | ||||||||