com.novell.sentinel.client.bean.field
Class BeanSetValue

java.lang.Object
  extended by com.novell.sentinel.client.bean.field.BeanValue
      extended by com.novell.sentinel.client.bean.field.BeanCollectionValue
          extended by com.novell.sentinel.client.bean.field.BeanSetValue

public class BeanSetValue
extends BeanCollectionValue


Field Summary
 
Fields inherited from class com.novell.sentinel.client.bean.field.BeanValue
INVALID_DATE_VALUE, INVALID_DOUBLE_VALUE, INVALID_INTEGER_VALUE, INVALID_LONG_VALUE
 
Constructor Summary
BeanSetValue(BeanCollectionFieldMetaData.ImplType _implType, BeanFieldMetaData elementMD)
           
 
Method Summary
 void clearValue()
           
protected  void ensureValue()
           
protected  Collection<Object> getCollection()
           
 BeanFieldMetaData.Type getType()
           
 
Methods inherited from class com.novell.sentinel.client.bean.field.BeanCollectionValue
addValue, copyFrom, equals, getBeanValue, getCollectionValue, getElementMD, getStringValue, getValueObject, isNull, setValue, setValue, setValue, setValueObject, toString
 
Methods inherited from class com.novell.sentinel.client.bean.field.BeanValue
addElement, bothNonNull, bothNull, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getLongValue, getMapValue, setValue, setValue, setValue, setValue, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanSetValue

public BeanSetValue(BeanCollectionFieldMetaData.ImplType _implType,
                    BeanFieldMetaData elementMD)
Method Detail

ensureValue

protected void ensureValue()
Specified by:
ensureValue in class BeanCollectionValue

getCollection

protected Collection<Object> getCollection()
Specified by:
getCollection in class BeanCollectionValue

getType

public BeanFieldMetaData.Type getType()
Specified by:
getType in class BeanValue

clearValue

public void clearValue()
Specified by:
clearValue in class BeanValue