Interface AttributeValueSetterFactory
-
- All Known Implementing Classes:
DefaultAttributeValueSetterFactory,NullAttributeValueSetterFactory
public interface AttributeValueSetterFactoryA factory to createAttributeValueSetters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeValueSettercreate(TypeAttributeDescriptor descriptor)Creates anAttributeValueSetterfor the givenTypeAttributeDescriptor
-
-
-
Method Detail
-
create
AttributeValueSetter create(TypeAttributeDescriptor descriptor)
Creates anAttributeValueSetterfor the givenTypeAttributeDescriptor- Parameters:
descriptor- The TypeAttributeDescriptor to associate with this AttributeValueSetter- Returns:
- The corresponding AttributeValueSetters for the descriptor. If the condition isn't met to create the appropriate setter, a default value setter is returned
-
-