Uses of Class
com.baseprogramming.lang.TermTypes

Packages that use TermTypes
com.baseprogramming.lang   
 

Uses of TermTypes in com.baseprogramming.lang
 

Fields in com.baseprogramming.lang declared as TermTypes
protected  TermTypes WordReferenceTerm.TermType
           
 

Methods in com.baseprogramming.lang that return TermTypes
 TermTypes WordReferenceTerm.getTermType()
           
static TermTypes TermTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TermTypes[] TermTypes.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 TermTypes
 void WordReferenceTerm.setTermType(TermTypes t)