Uses of Class
com.saperion.ws.wrapper.SaWsContentContainer.Mode
-
Packages that use SaWsContentContainer.Mode Package Description com.saperion.ws.wrapper Package for ws wrapper classes. -
-
Uses of SaWsContentContainer.Mode in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsContentContainer.Mode Modifier and Type Method Description SaWsContentContainer.Mode
SaWsContentContainer. getMode()
Returns the mode of this content container.static SaWsContentContainer.Mode
SaWsContentContainer.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaWsContentContainer.Mode[]
SaWsContentContainer.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ws.wrapper with parameters of type SaWsContentContainer.Mode Modifier and Type Method Description void
SaWsContentContainer. setMode(SaWsContentContainer.Mode newMode)
Sets the mode of this content container.
-