public static enum DefaultNamingStrategy.NameSource extends Enum<DefaultNamingStrategy.NameSource>
DefaultNamingStrategy
for determining the source for the
java namings.Enum Constant and Description |
---|
LABEL
Specifies that the sap:label of an entity/property should be used to determine the java namings.
|
NAME
Specifies that the name of an entity/property should be used to determine the java namings.
|
Modifier and Type | Method and Description |
---|---|
static DefaultNamingStrategy.NameSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultNamingStrategy.NameSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultNamingStrategy.NameSource NAME
public static final DefaultNamingStrategy.NameSource LABEL
public static DefaultNamingStrategy.NameSource[] values()
for (DefaultNamingStrategy.NameSource c : DefaultNamingStrategy.NameSource.values()) System.out.println(c);
public static DefaultNamingStrategy.NameSource valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 SAP SE. All rights reserved.