Class XmlElementDeclSelector.XmlElementDeclInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String nameValue  
      private javax.lang.model.type.TypeMirror scopeType  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlElementDeclInfo​(java.lang.String nameValue, javax.lang.model.type.TypeMirror scopeType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String nameValue()  
      (package private) javax.lang.model.type.TypeMirror scopeType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nameValue

        private final java.lang.String nameValue
      • scopeType

        private final javax.lang.model.type.TypeMirror scopeType
    • Constructor Detail

      • XmlElementDeclInfo

        XmlElementDeclInfo​(java.lang.String nameValue,
                           javax.lang.model.type.TypeMirror scopeType)
    • Method Detail

      • nameValue

        java.lang.String nameValue()
      • scopeType

        javax.lang.model.type.TypeMirror scopeType()