Uses of Class
org.faktorips.runtime.model.type.Attribute
-
Packages that use Attribute 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 Attribute in org.faktorips.runtime.model.type
Subclasses of Attribute in org.faktorips.runtime.model.type Modifier and Type Class Description classConstantPolicyAttributeAn PolicyCmptType'sCONSTANTattribute.classDefaultPolicyAttributeclassPolicyAttributeAn attribute of aPolicyCmptType.classProductAttributeRepresents an attribute in a IpsProductCmptType.Methods in org.faktorips.runtime.model.type that return Attribute Modifier and Type Method Description abstract AttributeAttribute. createOverwritingAttributeFor(Type subType)Creates an attribute model for a sub type in which this attribute is overwritten.AttributeProductAttribute. createOverwritingAttributeFor(Type subType)AttributeType. getAttribute(java.lang.String name)Returns the attribute with the givennamedeclared in this type or one of it's super types.AttributeType. getDeclaredAttribute(int index)Returns the declared attribute at the givenindex.abstract AttributeType. getDeclaredAttribute(java.lang.String name)Returns the attribute with the givennamedeclared in this type.AttributeAttribute. 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 Attribute Modifier and Type Method Description java.util.Optional<Attribute>Attribute. findSuperAttribute()Returns the attribute that is overridden by this attribute if this attribute overrides another one.abstract java.util.List<? extends Attribute>Type. getAttributes()Returns a list containing the type's attributes including those defined in the type's super types.abstract java.util.List<? extends Attribute>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 Attribute Modifier and Type Class Description classAbstractAttributeDescriptor<T extends Attribute>classAttributeCollector<T extends Attribute,D extends AbstractAttributeDescriptor<T>>
-