Klasse IxStringValue

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

public final class IxStringValue extends de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
  • Feldübersicht

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

    EMPTY
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    IxStringValue(de.uplanet.lucy.types.UP_TYPE p_stringType, String p_strValue)
     
    IxStringValue(String p_strValue)
     
  • Methodenübersicht

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

    asBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, asValueHolder, getValue, hasValue, isPrimitive

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

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

    Von Klasse geerbte Methoden java.lang.Object

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

    • IxStringValue

      public IxStringValue(String p_strValue)
      Parameter:
      p_strValue - The value (could be null)
    • IxStringValue

      public IxStringValue(de.uplanet.lucy.types.UP_TYPE p_stringType, String p_strValue)
      Parameter:
      p_stringType - The string type (not null)
      p_strValue - The value (could be null)