Uses of Enum Class
com.sap.cloud.sdk.datamodel.odata.utility.NameSource
Packages that use NameSource
Package
Description
-
Uses of NameSource in com.sap.cloud.sdk.datamodel.odata.generator
Fields in com.sap.cloud.sdk.datamodel.odata.generator declared as NameSourceModifier and TypeFieldDescriptionstatic final NameSource
DataModelGenerator.DEFAULT_NAMING_SOURCE
The default naming source used in theNamingStrategy
.Methods in com.sap.cloud.sdk.datamodel.odata.generator that return NameSourceMethods in com.sap.cloud.sdk.datamodel.odata.generator with parameters of type NameSourceModifier and TypeMethodDescriptionDataModelGenerator.withNameSource
(NameSource nameSource) Getter for the givenNameSource
. -
Uses of NameSource in com.sap.cloud.sdk.datamodel.odata.utility
Methods in com.sap.cloud.sdk.datamodel.odata.utility that return NameSourceModifier and TypeMethodDescriptionAbstractNamingStrategy.getNameSource()
NamingStrategy.getNameSource()
Returns theNameSource
used by thisNamingStrategy
.static NameSource
Returns the enum constant of this class with the specified name.static NameSource[]
NameSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.datamodel.odata.utility with parameters of type NameSourceModifier and TypeMethodDescriptionvoid
AbstractNamingStrategy.setNameSource
(NameSource nameSource) void
NamingStrategy.setNameSource
(NameSource nameSource) Sets theNameSource
that should be used by thisNamingStrategy
.Constructors in com.sap.cloud.sdk.datamodel.odata.utility with parameters of type NameSourceModifierConstructorDescriptionAbstractNamingStrategy
(NameSource nameSource) S4HanaNamingStrategy
(NameSource nameSource) Constructs a newS4HanaNamingStrategy
instance.SimpleNamingStrategy
(NameSource nameSource) Initializes a newSimpleNamingStrategy
with the givennameSource
. -
Uses of NameSource in com.sap.cloud.sdk.datamodel.odatav4.generator
Fields in com.sap.cloud.sdk.datamodel.odatav4.generator declared as NameSourceModifier and TypeFieldDescriptionstatic final NameSource
DataModelGenerator.DEFAULT_NAMING_SOURCE
The default naming source used in theS4HanaNamingStrategy
.Methods in com.sap.cloud.sdk.datamodel.odatav4.generator that return NameSourceMethods in com.sap.cloud.sdk.datamodel.odatav4.generator with parameters of type NameSourceModifier and TypeMethodDescriptionDataModelGenerator.withNameSource
(NameSource nameSource) Getter for the givenNameSource
.