Package xyz.cofe.cxel

Class KeywordImpl

java.lang.Object
xyz.cofe.cxel.KeywordImpl

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

    Fields 
    Modifier and Type Field Description
    static java.util.Set<java.lang.String> predefined  
  • Constructor Summary

    Constructors 
    Constructor Description
    KeywordImpl()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • predefined

      public static final java.util.Set<java.lang.String> predefined
  • Constructor Details