public interface AttributeMetadata<D> extends Metadata<D>
ElementCreator.addAttribute(AttributeKey)
.
See the Metadata
interface for the properties shared between
attribute metadata and ElementMetadata
.
Metadata.VirtualValue
Modifier and Type | Method and Description |
---|---|
AttributeMetadata<D> |
bind(MetadataContext context)
Binds this attribute metadata to the given context.
|
AttributeKey<D> |
getKey()
Returns the attribute key for this attribute metadata.
|
generateValue, getContext, getName, getParent, getSchema, isRequired, isVisible, parseValue
AttributeKey<D> getKey()
AttributeMetadata<D> bind(MetadataContext context)