public interface FieldId
FieldModel| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
code()
Returns the field unique identifier
|
default boolean |
hasTag(TagId tag)
Returns true if this field is tagged by the given tag.
|
default int |
position()
Returns the field position, when referencing an element in a
Collection. |
default java.util.List<TagId> |
tags()
Returns optional tags used to decorate this field.
|
java.lang.String code()
default int position()
Collection.default java.util.List<TagId> tags()
default boolean hasTag(TagId tag)
tag - the tag to test