Uses of Class
dioscuri.module.ata.AscType

Packages that use AscType
dioscuri.module.ata   
 

Uses of AscType in dioscuri.module.ata
 

Methods in dioscuri.module.ata that return AscType
 AscType SenseInfo.getAsc()
           
static AscType AscType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AscType[] AscType.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 AscType
 void SenseInfo.setAsc(AscType ascType)