Uses of Class
inpro.incremental.unit.PhraseIU.PhraseType

Packages that use PhraseIU.PhraseType
inpro.incremental.unit   
 

Uses of PhraseIU.PhraseType in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as PhraseIU.PhraseType
private  PhraseIU.PhraseType PhraseIU.type
           
 

Methods in inpro.incremental.unit that return PhraseIU.PhraseType
 PhraseIU.PhraseType PhraseIU.getType()
           
static PhraseIU.PhraseType PhraseIU.PhraseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PhraseIU.PhraseType[] PhraseIU.PhraseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in inpro.incremental.unit with parameters of type PhraseIU.PhraseType
PhraseIU(java.lang.String phrase, PhraseIU.PhraseStatus status, PhraseIU.PhraseType type)