Class IxStringValue

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

public final class IxStringValue extends de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
  • Field Summary

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

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    IxStringValue(de.uplanet.lucy.types.UP_TYPE p_stringType, String p_strValue)
     
    IxStringValue(String p_strValue)
     
  • Method Summary

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

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

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

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

    Methods inherited from class java.lang.Object

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

    • IxStringValue

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

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