Uses of Class
com.hybris.cockpitng.core.persistence.impl.jaxb.SettingType
-
Packages that use SettingType Package Description com.hybris.cockpitng.core.persistence.impl.jaxb -
-
Uses of SettingType in com.hybris.cockpitng.core.persistence.impl.jaxb
Fields in com.hybris.cockpitng.core.persistence.impl.jaxb declared as SettingType Modifier and Type Field Description protected SettingTypeWidgetSetting. typeMethods in com.hybris.cockpitng.core.persistence.impl.jaxb that return SettingType Modifier and Type Method Description static SettingTypeSettingType. fromValue(java.lang.String fromVal)SettingTypeWidgetSetting. getType()Gets the value of the type property.static SettingTypeSettingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SettingType[]SettingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.core.persistence.impl.jaxb with parameters of type SettingType Modifier and Type Method Description voidWidgetSetting. setType(SettingType value)Sets the value of the type property.
-