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

NullValue - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model20.other
Class NullValue

java.lang.Object
  extended byorg.jboss.portal.migration.model20.other.AbstractValue
      extended byorg.jboss.portal.migration.model20.other.NullValue
All Implemented Interfaces:
java.io.Serializable, Value

public class NullValue
extends AbstractValue

Version:
$Revision: 5449 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
static NullValue INSTANCE
           
 
Constructor Summary
private NullValue()
           
 
Method Summary
 java.lang.Object asObject()
          Return the value.
 java.lang.Object[] asObjectArray()
          Return the values as an array of converted object.
 java.lang.String asString()
          Return the value as a string.
private  java.lang.Object readResolve()
           
 
Methods inherited from class org.jboss.portal.migration.model20.other.AbstractValue
asBoolean, asBooleanArray, asInt, asIntArray, asObjectList, asStringArray, equals, hashCode, isMultiValued, isNull, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullValue INSTANCE
Constructor Detail

NullValue

private NullValue()
Method Detail

asString

public java.lang.String asString()
Description copied from interface: Value
Return the value as a string.


asObject

public java.lang.Object asObject()
Description copied from interface: Value
Return the value.


asObjectArray

public java.lang.Object[] asObjectArray()
Description copied from interface: Value
Return the values as an array of converted object.


readResolve

private java.lang.Object readResolve()