Uses of Class
de.upb.hni.vmagic.highlevel.Register.ResetType

Packages that use Register.ResetType
de.upb.hni.vmagic.highlevel Contains high level meta classes. 
 

Uses of Register.ResetType in de.upb.hni.vmagic.highlevel
 

Methods in de.upb.hni.vmagic.highlevel that return Register.ResetType
 Register.ResetType Register.getResetType()
          Returns the reset type.
static Register.ResetType Register.ResetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Register.ResetType[] Register.ResetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.upb.hni.vmagic.highlevel with parameters of type Register.ResetType
 void Register.setResetType(Register.ResetType resetType)
          Sets the reset type.