Class TopicRefTargetInfo
java.lang.Object
ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo
A map holding information about the target of a topic reference.
This is filled on the API side.
- Since:
- 12.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The class value of the target.static final String
The element name.static final String
An error message if error (file not found or parse) occured reading the topicstatic final String
If set to the string "true" then the Plugin API handled the reference, if not the default approach should be performed (Oxygen requests the entire content of the reference and parses the title and other properties).static final String
The title of the target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String propertyName) Get the value of a recognized property.void
setProperty
(String propertyName, Object propertyValue) Get the value of a recognized property.
-
Field Details
-
TITLE
The title of the target- See Also:
-
CLASS_VALUE
The class value of the target.- See Also:
-
ELEMENT_NAME
The element name.- See Also:
-
PARSE_ERROR
An error message if error (file not found or parse) occured reading the topic- See Also:
-
RESOLVED
If set to the string "true" then the Plugin API handled the reference, if not the default approach should be performed (Oxygen requests the entire content of the reference and parses the title and other properties).- See Also:
-
-
Constructor Details
-
TopicRefTargetInfo
public TopicRefTargetInfo()
-
-
Method Details
-
getProperty
Get the value of a recognized property.- Parameters:
propertyName
- The property name. One of the following constants:- Returns:
- The property value or
null
if not available.
-
setProperty
Get the value of a recognized property.- Parameters:
propertyName
- The property name. One of the following constants:propertyValue
- The value of the property.- Throws:
IllegalArgumentException
- If the property name is not one of the constants in this class.
-