Class XmlNamedObject
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlNamedObject
-
public final class XmlNamedObject extends Object
This is EO object in XML representation.Mirrors
DirectivesEoObject- Since:
- 0.11.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Retrieve the name of the EO object.XmlNodenode()Retrieve the inner XML node representing the EO object.
-