Package com.saperion.ngc.favorites
Class FavValue
- java.lang.Object
-
- com.saperion.ngc.favorites.xml.ValueType
-
- com.saperion.ngc.favorites.FavValue
-
public class FavValue extends com.saperion.ngc.favorites.xml.ValueType
Favorite specific value containing additional converted attributes (SaValue representation).- Author:
- mak
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.saperion.ngc.iform.xml.LimitType
getIformLimit()
com.saperion.intf.SaValue[]
getSaMultiValues()
com.saperion.intf.SaValue
getSaValue()
-
-
-
Method Detail
-
getSaValue
public com.saperion.intf.SaValue getSaValue()
- Returns:
- saperion value representation
-
getSaMultiValues
public com.saperion.intf.SaValue[] getSaMultiValues()
- Returns:
- saperion value array
-
getIformLimit
public com.saperion.ngc.iform.xml.LimitType getIformLimit()
- Returns:
- converted iform specific limit type
-
-