Class ArgumentDetails


  • public class ArgumentDetails
    extends Object
    Class to hold pathType and deepcheck status of arguments.
    • Constructor Detail

      • ArgumentDetails

        public ArgumentDetails()
    • Method Detail

      • getPathType

        public String getPathType()
      • setPathType

        public void setPathType​(String pathType)
      • isXml

        public boolean isXml()
      • setXml

        public void setXml​(boolean isXml)
      • isLiteral

        public boolean isLiteral()
      • setLiteral

        public void setLiteral​(boolean isLiteral)