Class TypedResource<T>

    • Constructor Detail

      • TypedResource

        public TypedResource​(T data,
                             ResType resType,
                             XmlContext xmlContext)
    • Method Detail

      • getData

        public T getData()
      • getResType

        public ResType getResType()
      • getXmlContext

        public XmlContext getXmlContext()
      • asString

        public String asString()
      • isFile

        public boolean isFile()
      • isReference

        public boolean isReference()
      • isXml

        public boolean isXml()