Class IxStringValue

All Implemented Interfaces:
IIxValue

public final class IxStringValue extends AbstractIxStringValue
  • 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)