Package de.digitalcollections.model.jackson.mixin.identifiable.parts.structuredcontent.contentblocks
Interface AttributesMixIn
-
- All Known Subinterfaces:
HeadingMixIn,IFrameMixIn,ImageMixIn,MarkMixIn,OrderedListMixIn,TableCellMixIn,TableHeaderMixIn,VideoMixIn
public interface AttributesMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAttribute(String key, Object value)ObjectgetAttribute(String key)Map<String,Object>getAttributes()voidsetAttributes(Map<String,Object> attributes)
-