Package ro.sync.ecss.extensions.tei
Class ECTEIFigureEntityAttributeCustomizer
java.lang.Object
ro.sync.ecss.extensions.tei.ECTEIFigureEntityAttributeCustomizer
Customize the value of the attribute for a TEI figure. It is used on Eclipse platform implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue
(AuthorAccess authorAccess) Get the value for the attribute entity.
-
Constructor Details
-
ECTEIFigureEntityAttributeCustomizer
public ECTEIFigureEntityAttributeCustomizer()
-
-
Method Details
-
getAttributeValue
Get the value for the attribute entity.- Parameters:
authorAccess
- The author access.- Returns:
- The value of the attribute or
null
if canceled.
-