Uses of Enum Class
com.sap.cloud.sdk.datamodel.odata.utility.NameSource
Package
Description
-
Uses of NameSource in com.sap.cloud.sdk.datamodel.odata.generator
Modifier and TypeFieldDescriptionstatic final NameSource
DataModelGenerator.DEFAULT_NAMING_SOURCE
The default naming source used in theNamingStrategy
.Modifier and TypeMethodDescriptionDataModelGenerator.withNameSource
(NameSource nameSource) Getter for the givenNameSource
. -
Uses of NameSource in com.sap.cloud.sdk.datamodel.odata.utility
Modifier 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.Modifier and TypeMethodDescriptionvoid
AbstractNamingStrategy.setNameSource
(NameSource nameSource) void
NamingStrategy.setNameSource
(NameSource nameSource) Sets theNameSource
that should be used by thisNamingStrategy
.ModifierConstructorDescriptionAbstractNamingStrategy
(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
Modifier and TypeFieldDescriptionstatic final NameSource
DataModelGenerator.DEFAULT_NAMING_SOURCE
The default naming source used in theS4HanaNamingStrategy
.Modifier and TypeMethodDescriptionDataModelGenerator.withNameSource
(NameSource nameSource) Getter for the givenNameSource
.