Klasse IxStringValue

Alle implementierten Schnittstellen:
IIxValue

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