Interface AttributeValueAccessorFactory

    • Method Detail

      • create

        @Deprecated(since="1905.11-CEP",
                    forRemoval=true)
        AttributeValueAccessor create​(@NotNull
                                      @NotNull TypeAttributeDescriptor descriptor,
                                      @NotNull
                                      @NotNull ClassAttributeAssignmentModel classAttributeAssignmentModel)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates an AttributeValueAccessor for the given TypeAttributeDescriptor related to Classifications
        Parameters:
        descriptor - The TypeAttributeDescriptor to associate with this AttributeValueAccessor
        classAttributeAssignmentModel - The model provides details into retrieving the value of a classification attribute
        Returns:
        The corresponding AttributeValueAccessor for the descriptor. If the condition isn't met to create the appropriate accessor, a default value accessor is returned