Class IxIntValue

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

public final class IxIntValue extends de.uplanet.lucy.server.ixvalue.AbstractIxValue
  • Field Summary

    Fields inherited from interface de.uplanet.lucy.server.ixvalue.IIxValue

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    IxIntValue(int p_iValue)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a big decimal value.
    boolean
    Returns the a boolean value.
    double
    Returns a double value.
    int
    Returns a integer value.
    long
    Returns a long value.
    de.uplanet.lucy.server.dataobjects.IValueHolder<?>
    Returns the value as an value holder.
    Returns the physical value.
    boolean
    Returns true on a primitive value type like integer or boolean.

    Methods inherited from class de.uplanet.lucy.server.ixvalue.AbstractIxValue

    asBigDecimal, asBoolean, asDate, asDate, asDouble, asInt, asLong, asString, asString, asTime, asTime, asTimestamp, asTimestamp, getType, hasValue

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IxIntValue

      public IxIntValue(int p_iValue)
      Parameters:
      p_iValue - The value
    • IxIntValue

      public IxIntValue(Integer p_value)
      Parameters:
      p_value - The value (could be null)
  • Method Details