Uses of Interface
com.saperion.intf.SaValue
-
Packages that use SaValue Package Description com.saperion Main package for all SAPERION LARIX components.com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaValue in com.saperion
Methods in com.saperion with parameters of type SaValue Modifier and Type Method Description static com.lexmark.saperion.PropertyType
SaTypeConverter. newPropertyType(SaValue value)
This factory method creates a newproperty
given aSaValue
instance. -
Uses of SaValue in com.saperion.intf
Methods in com.saperion.intf that return SaValue Modifier and Type Method Description SaValue[]
SaPropertyValue. getValues()
Returns the value array of this property.Methods in com.saperion.intf with parameters of type SaValue Modifier and Type Method Description boolean
SaValue. equalsContent(SaValue compareValue)
Compares the contents of compareValue with this object's contents. -
Uses of SaValue in com.saperion.rmi
Methods in com.saperion.rmi that return SaValue Modifier and Type Method Description SaValue[]
SaPropertyValueImpl. getValues()
Returns the value array of this property.Methods in com.saperion.rmi with parameters of type SaValue Modifier and Type Method Description void
SaPropertyValueImpl. addValue(SaValue value)
Adds a new value to this property.void
SaPropertyValueImpl. addValues(SaValue[] values)
Adds a new values to this property.Constructors in com.saperion.rmi with parameters of type SaValue Constructor Description SaPropertyValueImpl(java.lang.String ddc, java.lang.String name, SaValue value)
Constructor for single value properties.SaPropertyValueImpl(java.lang.String ddc, java.lang.String name, SaValue[] values)
Constructor for multivalue properties.SaPropertyValueImpl(java.lang.String ddc, java.lang.String name, SaValue[] values, boolean multivalue)
Constructor for single- and multivalue properties.
-