Class AbstractIxStringValue

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

public abstract class AbstractIxStringValue extends AbstractIxValue
  • Constructor Details

    • AbstractIxStringValue

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

      public AbstractIxStringValue(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)
  • Method Details