Uses of Class
com.baseprogramming.lang.TranslationCategories

Packages that use TranslationCategories
com.baseprogramming.lang   
 

Uses of TranslationCategories in com.baseprogramming.lang
 

Methods in com.baseprogramming.lang that return TranslationCategories
static TranslationCategories TranslationCategories.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranslationCategories[] TranslationCategories.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.baseprogramming.lang with parameters of type TranslationCategories
 void TranslationPacket.addTranslation(TranslationCategories category, Translation translation)
          Add a translation to the named category of translations.
 Translation WordReference.getTranslation(java.lang.String packetname, TranslationCategories category)
          Get a translation @ index 0 of this category in this packet
 Translation WordReference.getTranslation(java.lang.String packetname, TranslationCategories category, int index)
          Get a translation from this packet, category, and index
 Translation TranslationPacket.getTranslation(TranslationCategories category)
          Returns the first translation in this category
 Translation TranslationPacket.getTranslation(TranslationCategories category, int index)
          get the translation in this category with given index
 java.util.List<Translation> TranslationPacket.getTranslations(TranslationCategories category)
          Get named translation category