Uses of Class
dioscuri.module.ata.SenseType

Packages that use SenseType
dioscuri.module.ata   
 

Uses of SenseType in dioscuri.module.ata
 

Methods in dioscuri.module.ata that return SenseType
 SenseType SenseInfo.getSenseKey()
           
static SenseType SenseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SenseType[] SenseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dioscuri.module.ata with parameters of type SenseType
 void SenseInfo.setSenseKey(SenseType senseKey)