Uses of Class
org.faktorips.runtime.internal.ProductConfiguration
-
Packages that use ProductConfiguration Package Description org.faktorips.runtime.internal org.faktorips.runtime.jaxb -
-
Uses of ProductConfiguration in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type ProductConfiguration Modifier and Type Method Description voidProductConfiguration. copy(ProductConfiguration otherObject)Copies the product component and product component generation from the other object. -
Uses of ProductConfiguration in org.faktorips.runtime.jaxb
Methods in org.faktorips.runtime.jaxb that return ProductConfiguration Modifier and Type Method Description ProductConfigurationProductConfigurationXmlAdapter. unmarshal(java.lang.String id)Returns the product component for the specified ID.Methods in org.faktorips.runtime.jaxb with parameters of type ProductConfiguration Modifier and Type Method Description java.lang.StringProductConfigurationXmlAdapter. marshal(ProductConfiguration config)Returns the ID for the configuring product component ornullif it could not be determined.
-