Package com.floragunn.codova.documents
Interface Metadata.ListAttribute<AttributeType>
-
- All Superinterfaces:
Metadata.Attribute<List<AttributeType>>
public static interface Metadata.ListAttribute<AttributeType> extends Metadata.Attribute<List<AttributeType>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Metadata<AttributeType>elementMeta()Metadata.ListAttribute<AttributeType>withEmptyListAsDefault()-
Methods inherited from interface com.floragunn.codova.documents.Metadata.Attribute
cardinalityAsString, defaultValue, defaultValue, description, maxCardinality, meta, minCardinality, name
-
-
-
-
Method Detail
-
elementMeta
Metadata<AttributeType> elementMeta()
-
withEmptyListAsDefault
Metadata.ListAttribute<AttributeType> withEmptyListAsDefault()
-
-