Uses of Class
org.faktorips.runtime.model.type.Deprecation
-
Packages that use Deprecation Package Description org.faktorips.runtime.model.type 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 Deprecation Modifier and Type Method Description java.util.Optional<Deprecation>ModelElement. getDeprecation()static java.util.Optional<Deprecation>Deprecation. of(java.lang.reflect.Field field)static java.util.Optional<Deprecation>Deprecation. of(java.lang.reflect.Method method)static java.util.Optional<Deprecation>Deprecation. of(AnnotatedDeclaration annotatedDeclaration)Constructor parameters in org.faktorips.runtime.model.type with type arguments of type Deprecation Constructor Description Attribute(Type type, IpsAttribute attributeAnnotation, IpsExtensionProperties extensionProperties, java.lang.Class<?> datatype, boolean changingOverTime, java.util.Optional<Deprecation> deprecation)ModelElement(java.lang.String name, IpsExtensionProperties extensionProperties, java.util.Optional<Deprecation> deprecation)PolicyAttribute(Type type, IpsAttribute attributeAnnotation, IpsExtensionProperties extensionProperties, java.lang.Class<?> datatype, boolean changingOverTime, java.util.Optional<Deprecation> deprecation)TypePart(java.lang.String name, Type parent, IpsExtensionProperties extensionProperties, java.util.Optional<Deprecation> deprecation)ValidationRule(Type type, IpsValidationRule validationRuleAnnotation, IpsConfiguredValidationRule validationConfigurationRule, IpsExtensionProperties extensionProperties, java.util.Optional<Deprecation> deprecation)
-