站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

ValueManager - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration.model20.impl.preferences
Class ValueManager

java.lang.Object
  extended byorg.jboss.portal.migration.model20.impl.preferences.ValueManager

public class ValueManager
extends java.lang.Object

A manager handling type conversion.


Field Summary
static int TYPE_BOOLEAN
           
static int TYPE_INTEGER
           
static int TYPE_NULL
           
static int TYPE_STRING
           
 
Constructor Summary
ValueManager()
           
 
Method Summary
static TypedStringArray createTypedStringArray(Value value)
           
static Value createValue(TypedStringArray tsa)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NULL

public static final int TYPE_NULL
See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
See Also:
Constant Field Values

TYPE_INTEGER

public static final int TYPE_INTEGER
See Also:
Constant Field Values

TYPE_BOOLEAN

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

ValueManager

public ValueManager()
Method Detail

createValue

public static Value createValue(TypedStringArray tsa)

createTypedStringArray

public static TypedStringArray createTypedStringArray(Value value)