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 Details

    • ExternalEntityNameValue

      public ExternalEntityNameValue(String name, String value)
      Constructor.
      Parameters:
      name - The name.
      value - The value.
    • ExternalEntityNameValue

      public ExternalEntityNameValue(String name, String value, String documentation)
      Constructor.
      Parameters:
      name - The name.
      value - The value.
      documentation - The documentation.