Module neberus.core

Class ShortCode


  • public abstract class ShortCode
    extends java.lang.Object
    [[key][value]]
    • Constructor Summary

      Constructors 
      Constructor Description
      ShortCode()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getKey()  
      abstract java.lang.String process​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • ShortCode

        public ShortCode()
    • Method Detail

      • getKey

        public abstract java.lang.String getKey()
      • process

        public abstract java.lang.String process​(java.lang.String value)