Uses of Class
org.faktorips.runtime.model.type.ProductAttribute
-
Packages that use ProductAttribute Package Description org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types.org.faktorips.runtime.model.type.read Internal use classes to read model information from annotations and via reflection. -
-
Uses of ProductAttribute in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ProductAttribute Modifier and Type Method Description ProductAttributeProductCmptType. getAttribute(java.lang.String name)ProductAttributeProductCmptType. getDeclaredAttribute(int index)ProductAttributeProductCmptType. getDeclaredAttribute(java.lang.String name)Methods in org.faktorips.runtime.model.type that return types with arguments of type ProductAttribute Modifier and Type Method Description java.util.List<ProductAttribute>ProductCmptType. getAttributes()java.util.List<ProductAttribute>ProductCmptType. getDeclaredAttributes() -
Uses of ProductAttribute in org.faktorips.runtime.model.type.read
Methods in org.faktorips.runtime.model.type.read that return ProductAttribute Modifier and Type Method Description ProductAttributeProductAttributeCollector.ProductAttributeDescriptor. createValid(Type type)
-