public interface ITagNameProvider
Java interface defines a marshallable object that provides its XML tag name via the getTagName() method.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTagName()
Gets the XML tag name of the HCI model.
|