Uses of Class
de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.interf.Address.Operation
-
-
Uses of Address.Operation in de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.impl
Methods in de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.impl that return Address.Operation Modifier and Type Method Description Address.OperationAddressImpl. getOperation()Methods in de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.impl with parameters of type Address.Operation Modifier and Type Method Description voidAddressImpl. setOperation(Address.Operation operation) -
Uses of Address.Operation in de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.interf
Methods in de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.interf that return Address.Operation Modifier and Type Method Description Address.OperationAddress. getOperation()static Address.OperationAddress.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Address.Operation[]Address.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.interf with parameters of type Address.Operation Modifier and Type Method Description voidAddress. setOperation(Address.Operation operation)Sets operation mode on current address
-