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 StringThe class value of the target.static final StringThe element name.static final StringAn error message if error (file not found or parse) occured reading the topicstatic final StringIf 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 StringThe title of the target - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String propertyName) Get the value of a recognized property.voidsetProperty(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 
nullif 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.
 
 -