Uses of Enum Class
com.saperion.ws.wrapper.SaWsContentContainer.Mode
Packages that use SaWsContentContainer.Mode
-
Uses of SaWsContentContainer.Mode in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsContentContainer.ModeModifier and TypeMethodDescriptionSaWsContentContainer.getMode()
Returns the mode of this content container.static SaWsContentContainer.Mode
Returns the enum constant of this class with the specified name.static SaWsContentContainer.Mode[]
SaWsContentContainer.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ws.wrapper with parameters of type SaWsContentContainer.ModeModifier and TypeMethodDescriptionvoid
SaWsContentContainer.setMode
(SaWsContentContainer.Mode newMode) Sets the mode of this content container.