Uses of Class
org.keridwen.core.i18n.entry.EntryType

Packages that use EntryType
org.keridwen.core.i18n   
org.keridwen.core.i18n.entry   
 

Uses of EntryType in org.keridwen.core.i18n
 

Methods in org.keridwen.core.i18n that return EntryType
 EntryType Dictionary.getEntryType()
          Gets the dictionary entry type.
 

Methods in org.keridwen.core.i18n with parameters of type EntryType
 boolean Dictionary.isEntryOfType(EntryType typeToCheck)
          Checks if the dictionary entry if of the same type than the provided entry type.
 

Uses of EntryType in org.keridwen.core.i18n.entry
 

Methods in org.keridwen.core.i18n.entry that return EntryType
static EntryType EntryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntryType[] EntryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2013 Artenum. All Rights Reserved.