Class SaPropertyValueImpl

    • Constructor Detail

      • SaPropertyValueImpl

        public SaPropertyValueImpl​(java.lang.String ddc,
                                   java.lang.String name)
        Default constructor.
        Parameters:
        ddc - DDC name
        name - property name
      • SaPropertyValueImpl

        public SaPropertyValueImpl​(java.lang.String ddc,
                                   java.lang.String name,
                                   SaValue value)
        Constructor for single value properties.
        Parameters:
        ddc - DDC name
        name - Propertyname
        value - Propertyvalue
      • SaPropertyValueImpl

        public SaPropertyValueImpl​(java.lang.String ddc,
                                   java.lang.String name,
                                   SaValue[] values)
        Constructor for multivalue properties.
        Parameters:
        ddc - DDC name
        name - Propertyname
        values - Propertyvalues
      • SaPropertyValueImpl

        public SaPropertyValueImpl​(java.lang.String ddc,
                                   java.lang.String name,
                                   SaValue[] values,
                                   boolean multivalue)
        Constructor for single- and multivalue properties.
        Parameters:
        ddc - DDC name
        name - Propertyname
        values - Propertyvalues
        multivalue - whether this property is a multivalue property or not