Class IxObjectValue

java.lang.Object
de.uplanet.lucy.server.ixvalue.AbstractIxValue
de.uplanet.lucy.server.ixvalue.IxObjectValue
All Implemented Interfaces:
IIxValue

public final class IxObjectValue extends AbstractIxValue
  • Constructor Details

    • IxObjectValue

      public IxObjectValue(Object p_value)
      Parameters:
      p_value - The value (could be null)
    • IxObjectValue

      public IxObjectValue(Object p_value, boolean p_empty)
      Parameters:
      p_value - The value (could be null)
      p_empty - true if the value is empty, otherwise false, if empty is true then asString() will return null instead of throwing an exception
  • Method Details