Class ScopedName


  • public class ScopedName
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean scoped  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScopedName​(boolean scoped, java.lang.String value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • scoped

        public final boolean scoped
      • value

        public final java.lang.String value
    • Constructor Detail

      • ScopedName

        public ScopedName​(boolean scoped,
                          java.lang.String value)