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.saperionMethods in com.saperion with parameters of type SaValueModifier and TypeMethodDescriptionstatic com.lexmark.saperion.PropertyTypeSaTypeConverter.newPropertyType(SaValue value) This factory method creates a newpropertygiven aSaValueinstance.
- 
Uses of SaValue in com.saperion.intfMethods 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 TypeMethodDescriptionbooleanSaValue.equalsContent(SaValue compareValue) Compares the contents of compareValue with this object's contents.
- 
Uses of SaValue in com.saperion.rmiMethods 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 voidAdds a new value to this property.final voidAdds 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.