Uses of Enum Class
com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
Packages that use StringBasedErpType.FillCharStrategy
-
Uses of StringBasedErpType.FillCharStrategy in com.sap.cloud.sdk.s4hana.serialization
Methods in com.sap.cloud.sdk.s4hana.serialization that return StringBasedErpType.FillCharStrategyModifier and TypeMethodDescriptionDistributionChannel.getFillCharStrategy()
Deprecated.SapClient.getFillCharStrategy()
Deprecated.abstract StringBasedErpType.FillCharStrategy
StringBasedErpType.getFillCharStrategy()
Deprecated.Returns the strategy of how the type should handle fill characters.Returns the enum constant of this class with the specified name.static StringBasedErpType.FillCharStrategy[]
StringBasedErpType.FillCharStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.s4hana.serialization with parameters of type StringBasedErpType.FillCharStrategyModifier and TypeMethodDescriptionfinal String
StringBasedErpType.toString
(StringBasedErpType.FillCharStrategy strategy, char fillChar) Deprecated.Returns this value, filled according to the givenFillCharStrategy
with the give fillChar.