Package com.illumon.iris.db.schema
Interface Validator
public interface Validator
-
Method Summary
Modifier and Type Method Description org.jdom2.Element
getXmlElement()
This is a bit of a compromise for now.
-
Method Details
-
getXmlElement
org.jdom2.Element getXmlElement()This is a bit of a compromise for now. The element is passed around through too many layers to refactor.- Returns:
- this, as an XML element, which should be considered immutable.
-