Class DSLTable

All Implemented Interfaces:
Serializable, Cloneable, Iterable<DSL>, Collection<DSL>, List<DSL>

public class DSLTable extends ModelComponentTable<DSL>
Top Level table in the datamodel that contains the list of DSLs in the dictionary vocabulary
Since:
12.1.2
Author:
ganradha
See Also:
  • Method Details

    • add

      public DSL add(int index)
      Create a DSL and add it to the DSL table
      Specified by:
      add in class DictionaryComponentTable<DSL>
      Returns:
      The newly created DSL.
    • getByAlias

      public DSL getByAlias(String value, boolean translate)
      Get a DSL from this table by its (translated) value.
      Overrides:
      getByAlias in class DictionaryComponentTable<DSL>
      Parameters:
      value - DSL value
      translate - flag
      Returns:
      DSL matching the given value