Uses of Enum Class
com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.CharCasing
Packages that use StringBasedErpType.CharCasing
-
Uses of StringBasedErpType.CharCasing in com.sap.cloud.sdk.s4hana.serialization
Methods in com.sap.cloud.sdk.s4hana.serialization that return StringBasedErpType.CharCasingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StringBasedErpType.CharCasing[]
StringBasedErpType.CharCasing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sap.cloud.sdk.s4hana.serialization with parameters of type StringBasedErpType.CharCasingModifierConstructorDescriptionStringBasedErpType
(String value, StringBasedErpType.CharCasing charCasing) Deprecated.Constructs a new string-based type with a certain character casing and the english locale.StringBasedErpType
(String value, StringBasedErpType.CharCasing charCasing, Locale locale) Deprecated.Constructs a new string-based type with a certain character casing and the given locale.