Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
static ControllingAction |
ControllingAction.ofIdentifier(String identifier) |
static ControllingAction |
ControllingAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllingAction[] |
ControllingAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConvertedObject<ControllingAction> |
ControllingActionConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<ControllingAction> |
ControllingActionConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<ControllingAction> |
ControllingAction.getTypeConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
ControllingActionConverter.toDomainNonNull(ControllingAction object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Copyright © 2018 SAP SE. All rights reserved.