Uses of Interface
com.floragunn.codova.documents.Metadata.ListAttribute
-
Packages that use Metadata.ListAttribute Package Description com.floragunn.codova.documents -
-
Uses of Metadata.ListAttribute in com.floragunn.codova.documents
Methods in com.floragunn.codova.documents that return Metadata.ListAttribute Modifier and Type Method Description static <AttributeType>
Metadata.ListAttribute<AttributeType>Metadata.Attribute. list(String name, Metadata<AttributeType> meta, String description)static <AttributeType>
Metadata.ListAttribute<AttributeType>Metadata.Attribute. list(String name, Class<AttributeType> type, String description)Metadata.ListAttribute<AttributeType>Metadata.ListAttribute. withEmptyListAsDefault()
-