Klasse IxIntValue

java.lang.Object
de.uplanet.lucy.server.ixvalue.AbstractIxValue
de.uplanet.lucy.server.ixvalue.IxIntValue
Alle implementierten Schnittstellen:
IIxValue

public final class IxIntValue extends de.uplanet.lucy.server.ixvalue.AbstractIxValue
  • Feldübersicht

    Von Schnittstelle geerbte Felder de.uplanet.lucy.server.ixvalue.IIxValue

    EMPTY
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    IxIntValue(int p_iValue)
     
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.
    Returns the value as an value holder.
    Returns the physical value.
    boolean
    Returns true on a primitive value type like integer or boolean.

    Von Klasse geerbte Methoden de.uplanet.lucy.server.ixvalue.AbstractIxValue

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

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • IxIntValue

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

      public IxIntValue(Integer p_value)
      Parameter:
      p_value - The value (could be null)
  • Methodendetails