站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

SimpleValueType (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.base
Class SimpleValueType

java.lang.Object
  extended by org.drools.base.SimpleValueType

public class SimpleValueType
extends Object


Field Summary
static int BOOLEAN
           
static int CHAR
           
static int DATE
           
static int DECIMAL
           
static int FUNCTION
           
static int INTEGER
           
static int LIST
           
static int NULL
           
static int NUMBER
           
static int OBJECT
           
static int STRING
           
static int UNKNOWN
           
 
Constructor Summary
SimpleValueType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

DECIMAL

public static final int DECIMAL
See Also:
Constant Field Values

CHAR

public static final int CHAR
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

FUNCTION

public static final int FUNCTION
See Also:
Constant Field Values
Constructor Detail

SimpleValueType

public SimpleValueType()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.