Package org.apache.poi.openxml4j.util
Class Nullable<E>
- java.lang.Object
 - 
- org.apache.poi.openxml4j.util.Nullable<E>
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EgetValue()Deprecated.Get the store value if any.booleanhasValue()Deprecated.Get the status of this nullable.voidnullify()Deprecated.Set the stored value to null. 
 - 
 
- 
- 
Constructor Detail
- 
Nullable
public Nullable()
Deprecated.Constructor. 
- 
Nullable
public Nullable(E value)
Deprecated.Constructor.- Parameters:
 value- The value to set to this nullable.
 
 - 
 
- 
Method Detail
- 
getValue
public E getValue()
Deprecated.Get the store value if any.- Returns:
 - the store value
 
 
- 
hasValue
public boolean hasValue()
Deprecated.Get the status of this nullable.- Returns:
 - true if the nullable store a value (empty string is considered to be a value) else false>.
 
 
- 
nullify
public void nullify()
Deprecated.Set the stored value to null. 
 - 
 
 -