Interface SingularAttributeMetadata<X,Y>

Type Parameters:
X - The owner type
Y - The attribute type
All Superinterfaces:
AttributeMetadata<X,Y>
All Known Implementing Classes:
SingularAttributeMetadataImpl

public interface SingularAttributeMetadata<X,Y> extends AttributeMetadata<X,Y>
Attribute metadata contract for a non-plural attribute.
  • Method Details

    • getValueContext

      ValueContext getValueContext()
      Retrieve the value context for this attribute
      Returns:
      The attributes value context