Uses of Class
org.faktorips.runtime.model.type.Attribute
Packages that use Attribute
Package
Description
Classes that allow access to design time model information on policy and product component types.
Internal use classes to read model information from annotations and via reflection.
-
Uses of Attribute in org.faktorips.runtime.model.type
Subclasses of Attribute in org.faktorips.runtime.model.typeModifier and TypeClassDescriptionclassAn PolicyCmptType'sCONSTANTattribute.classclassAn attribute of aPolicyCmptType.classRepresents an attribute in aProductCmptType.Methods in org.faktorips.runtime.model.type that return AttributeModifier and TypeMethodDescriptionabstract AttributeAttribute.createOverwritingAttributeFor(Type subType) Creates an attribute model for a sub type in which this attribute is overwritten.ProductAttribute.createOverwritingAttributeFor(Type subType) Type.getAttribute(String name) Returns the attribute with the givennamedeclared in this type or one of it's super types.Type.getDeclaredAttribute(int index) Returns the declared attribute at the givenindex.abstract AttributeType.getDeclaredAttribute(String name) Returns the attribute with the givennamedeclared in this type.Attribute.getSuperAttribute()Returns the attribute that is overridden by this attribute if this attribute overrides another one.Methods in org.faktorips.runtime.model.type that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttribute.findSuperAttribute()Returns the attribute that is overridden by this attribute if this attribute overrides another one.Type.getAttributes()Returns a list containing the type's attributes including those defined in the type's super types.Type.getDeclaredAttributes()Returns a list containing all attributes declared in this model type. -
Uses of Attribute in org.faktorips.runtime.model.type.read
Classes in org.faktorips.runtime.model.type.read with type parameters of type AttributeModifier and TypeClassDescriptionclassAbstractAttributeDescriptor<T extends Attribute>classAttributeCollector<T extends Attribute,D extends AbstractAttributeDescriptor<T>>