Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
static StringBasedErpType.CharCasing |
StringBasedErpType.CharCasing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringBasedErpType.CharCasing[] |
StringBasedErpType.CharCasing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StringBasedErpType(String value,
StringBasedErpType.CharCasing charCasing)
Constructs a new string-based type with a certain character casing and the english locale.
|
StringBasedErpType(String value,
StringBasedErpType.CharCasing charCasing,
Locale locale)
Constructs a new string-based type with a certain character casing and the given locale.
|
Copyright © 2018 SAP SE. All rights reserved.