Uses of Interface
com.saperion.intf.SaValue
Packages that use SaValue
Package
Description
Main package for all SAPERION LARIX components.
This package contains the common used interfaces for the LARIX components.
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 SaValueModifier and TypeMethodDescriptionstatic 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 SaValueModifier and TypeMethodDescriptionSaValue[]
SaPropertyValue.getValues()
Returns the value array of this property.Methods in com.saperion.intf with parameters of type SaValueModifier and TypeMethodDescriptionboolean
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 SaValueModifier and TypeMethodDescriptionfinal SaValue[]
SaPropertyValueImpl.getValues()
Returns the value array of this property.Methods in com.saperion.rmi with parameters of type SaValueModifier and TypeMethodDescriptionfinal void
Adds a new value to this property.final void
Adds a new values to this property.Constructors in com.saperion.rmi with parameters of type SaValueModifierConstructorDescriptionSaPropertyValueImpl
(String ddc, String name, SaValue value) Constructor for single value properties.SaPropertyValueImpl
(String ddc, String name, SaValue[] values) Constructor for multivalue properties.SaPropertyValueImpl
(String ddc, String name, SaValue[] values, boolean multivalue) Constructor for single- and multivalue properties.