Package cdc.issues
Interface Metas
- All Superinterfaces:
NameValueMap
- All Known Implementing Classes:
MetasImpl
Set of
Meta, with unique names.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStandard meta name to describe an item author.static final StringStandard meta name to describe badges (labels).static final StringStandard meta name to describe when an item was created (date or version).static final StringStandard meta name to describe when an item was modified (date or version).static final Metasstatic final StringStandard meta name to describe since when an item exists (date or version).static final StringStandard meta name to describe status.static final StringStandard meta name to describe an item version. -
Method Summary
Methods inherited from interface cdc.issues.NameValueMap
containsName, getNames, getNameValues, getSortedNames, getSortedNameValues, getValue, getValue, isEmpty
-
Field Details
-
NO_METAS
-
AUTHOR
Standard meta name to describe an item author.- See Also:
-
VERSION
Standard meta name to describe an item version.- See Also:
-
SINCE
Standard meta name to describe since when an item exists (date or version).- See Also:
-
CREATED
Standard meta name to describe when an item was created (date or version).- See Also:
-
MODIFIED
Standard meta name to describe when an item was modified (date or version).- See Also:
-
BADGES
Standard meta name to describe badges (labels).- See Also:
-
STATUS
Standard meta name to describe status.- See Also:
-
-
Method Details
-
getMetas
Collection<Meta> getMetas()- Returns:
- A collection of
Meta.
-
getSortedMetas
- Returns:
- A list of
Metasorted using their name.
-
builder
-