Style Intelligence v12.0

inetsoft.uql.schema
Class BooleanValue

java.lang.Object
  extended by inetsoft.uql.XNode
      extended by inetsoft.uql.schema.XValueNode
          extended by inetsoft.uql.schema.BooleanValue
All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class BooleanValue
extends XValueNode

Boolean value node.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class inetsoft.uql.XNode
value
 
Constructor Summary
BooleanValue()
          Create a boolean value node.
BooleanValue(String name)
          Create a boolean value node.
BooleanValue(String name, Object val)
          Create a boolean value node.
 
Method Summary
 boolean booleanValue()
          Get the value as a boolean.
 String getType()
          Get the type of this node.
 void parse(String str)
          Parse the string to the value.
 Object toSQLType()
          from java Object to SQL type
 
Methods inherited from class inetsoft.uql.schema.XValueNode
createValueNode, createValueNode, createValueNode, equals, format, getVariable, hashCode, setFormat, setVariable, toSQLValue, 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, setValue, sort, sort
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanValue

public BooleanValue()
Create a boolean value node.


BooleanValue

public BooleanValue(String name)
Create a boolean value node.


BooleanValue

public BooleanValue(String name,
                    Object val)
Create a boolean value node.

Method Detail

getType

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

Overrides:
getType in class XValueNode

parse

public void parse(String str)
Parse the string to the value.

Overrides:
parse in class XValueNode

booleanValue

public boolean booleanValue()
Get the value as a boolean.


toSQLType

public Object toSQLType()
from java Object to SQL type


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