Package ro.sync.contentcompletion.xml
Class ExternalEntityNameValue
java.lang.Object
ro.sync.contentcompletion.xml.NameValue
ro.sync.contentcompletion.xml.ExternalEntityNameValue
A pair class with name and value. Marker class for external entities.
-
Constructor Summary
ConstructorsConstructorDescriptionExternalEntityNameValue
(String name, String value) Constructor.ExternalEntityNameValue
(String name, String value, String documentation) Constructor. -
Method Summary
Methods inherited from class ro.sync.contentcompletion.xml.NameValue
equals, getDocumentation, getName, getValue, hashCode, setDocumentation, toString
-
Constructor Details
-
ExternalEntityNameValue
Constructor.- Parameters:
name
- The name.value
- The value.
-
ExternalEntityNameValue
Constructor.- Parameters:
name
- The name.value
- The value.documentation
- The documentation.
-