Uses of Class
com.sun.electric.database.text.Pref.PrefType

Packages that use Pref.PrefType
com.sun.electric.database.text Package for handling text. 
 

Uses of Pref.PrefType in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text that return Pref.PrefType
 Pref.PrefType Pref.getType()
          Method to get the type of this Pref object.
static Pref.PrefType Pref.PrefType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Pref.PrefType[] Pref.PrefType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.