当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ValueManager - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.migration.model20.impl.preferences
Class ValueManager
java.lang.Object
org.jboss.portal.migration.model20.impl.preferences.ValueManager
- public class ValueManager
- extends java.lang.Object
A manager handling type conversion.
- Version:
- $Revision: 5449 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EMPTY_STRING_ARRAY
private static final java.lang.String[] EMPTY_STRING_ARRAY
ValueManager
public ValueManager()
createValue
public static Value createValue(TypedStringArray tsa)
createTypedStringArray
public static TypedStringArray createTypedStringArray(Value value)