Modifier and Type | Method and Description |
---|---|
DataType |
getDataType()
Gets the data type of the element.
|
java.lang.String |
getDefaultContent()
Gets the content type of the default content.
|
java.lang.String |
getInitialContentType()
Gets the initial MIME type of the variation.
|
java.lang.String |
getName()
Gets the (technical) name of the represented content element.
|
java.lang.String |
getTitle()
Gets the (human-readable) title of the represented content element.
|
java.lang.String getName()
java.lang.String getTitle()
@Nonnull DataType getDataType()
@Nullable java.lang.String getInitialContentType()
This method must return a MIME type that is actually supported by the implementation.
@Nullable java.lang.String getDefaultContent()
Gets the content type of the default content.
If this method returns null
, the implementation should consider this
as "undefined" rather than "empty". In such cases, it's the implementation's duty
to provide a sensible default content. Could (for example) be an empty string for
plain text content or <p> </p>
for HTML content.
Copyright © 2010 - 2020 Adobe. All Rights Reserved