Uses of Class
org.faktorips.runtime.model.type.Deprecation
Packages that use Deprecation
Package
Description
Classes that allow access to design time model information on policy and product component types.
-
Uses of Deprecation in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return types with arguments of type DeprecationModifier and TypeMethodDescriptionModelElement.getDeprecation()static Optional<Deprecation>static Optional<Deprecation>static Optional<Deprecation>Deprecation.of(AnnotatedDeclaration annotatedDeclaration) Constructor parameters in org.faktorips.runtime.model.type with type arguments of type DeprecationModifierConstructorDescriptionAttribute(Type type, IpsAttribute attributeAnnotation, IpsExtensionProperties extensionProperties, Class<?> datatype, boolean changingOverTime, Optional<Deprecation> deprecation) ModelElement(String name, IpsExtensionProperties extensionProperties, Optional<Deprecation> deprecation) PolicyAttribute(Type type, IpsAttribute attributeAnnotation, IpsExtensionProperties extensionProperties, Class<?> datatype, boolean changingOverTime, Optional<Deprecation> deprecation) TypePart(String name, Type parent, IpsExtensionProperties extensionProperties, Optional<Deprecation> deprecation) ValidationRule(Type type, IpsValidationRule validationRuleAnnotation, IpsConfiguredValidationRule validationConfigurationRule, IpsExtensionProperties extensionProperties, Optional<Deprecation> deprecation)