Package ro.sync.contentcompletion.xml
Class ExternalEntityNameValue
- java.lang.Object
-
- ro.sync.contentcompletion.xml.NameValue
-
- ro.sync.contentcompletion.xml.ExternalEntityNameValue
-
@API(type=EXTENDABLE, src=PRIVATE) public class ExternalEntityNameValue extends NameValue
A pair class with name and value. Marker class for external entities.
-
-
Constructor Summary
Constructors Constructor Description ExternalEntityNameValue(java.lang.String name, java.lang.String value)
Constructor.ExternalEntityNameValue(java.lang.String name, java.lang.String value, java.lang.String documentation)
Constructor.
-
Method Summary
-
Methods inherited from class ro.sync.contentcompletion.xml.NameValue
equals, getDocumentation, getName, getValue, hashCode, setDocumentation, toString
-
-
-
-
Constructor Detail
-
ExternalEntityNameValue
public ExternalEntityNameValue(java.lang.String name, java.lang.String value)
Constructor.- Parameters:
name
- The name.value
- The value.
-
ExternalEntityNameValue
public ExternalEntityNameValue(java.lang.String name, java.lang.String value, java.lang.String documentation)
Constructor.- Parameters:
name
- The name.value
- The value.documentation
- The documentation.
-
-