Uses of Class
hicosim.components.backend.processor.enums.ScalarType

Packages that use ScalarType
hicosim.components.backend.processor   
hicosim.components.backend.processor.enums   
 

Uses of ScalarType in hicosim.components.backend.processor
 

Methods in hicosim.components.backend.processor that return ScalarType
 ScalarType Decoder.decipherType(int type)
          This method is used to return a ScalarType enum depending on the given intValue.
 

Uses of ScalarType in hicosim.components.backend.processor.enums
 

Methods in hicosim.components.backend.processor.enums that return ScalarType
static ScalarType ScalarType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScalarType[] ScalarType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.