Class ShExQual


  • public class ShExQual
    extends java.lang.Object
    This class is intended to be used a the qualifier class for ShExLockable.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShExQual​(int lockState)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLockState()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ShExQual

        private ShExQual​(int lockState)
    • Method Detail

      • getLockState

        public int getLockState()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object