-
- All Implemented Interfaces:
public interface Content.AttributesHolderAn object associated with a list of attributes.
-
-
Method Summary
Modifier and Type Method Description <V extends Any> Vattribute(Content.AttributeKey<V> key)Gets the first attribute with the given key. <V extends Any> List<V>attributes(Content.AttributeKey<V> key)Gets all the attributes with the given key. abstract List<Content.Attribute<?>>getAttributes()Associated list of attributes. LanguagegetLanguage()StringgetAccessibilityLabel()-
-
Method Detail
-
attribute
<V extends Any> V attribute(Content.AttributeKey<V> key)
Gets the first attribute with the given key.
-
attributes
<V extends Any> List<V> attributes(Content.AttributeKey<V> key)
Gets all the attributes with the given key.
-
getAttributes
abstract List<Content.Attribute<?>> getAttributes()
Associated list of attributes.
-
getLanguage
Language getLanguage()
-
getAccessibilityLabel
String getAccessibilityLabel()
-
-
-
-