Class Keys


  • public class Keys
    extends java.lang.Object
    A helper class providing predefined parameter Keys
    • Constructor Summary

      Constructors 
      Constructor Description
      Keys()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Key<java.lang.String> CancelKey()
      Represents a StringKey with cancelKey as key name
      • Methods inherited from class java.lang.Object

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

      • Keys

        public Keys()
    • Method Detail

      • CancelKey

        public static Key<java.lang.String> CancelKey()
        Represents a StringKey with cancelKey as key name
        Returns:
        (undocumented)