Uses of Class
de.upb.hni.vmagic.object.Signal.Kind

Packages that use Signal.Kind
de.upb.hni.vmagic.object Contains VHDL object meta classes. 
 

Uses of Signal.Kind in de.upb.hni.vmagic.object
 

Methods in de.upb.hni.vmagic.object that return Signal.Kind
 Signal.Kind Signal.getKind()
          Returns the kind of this signal.
static Signal.Kind Signal.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Signal.Kind[] Signal.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.upb.hni.vmagic.object with parameters of type Signal.Kind
 void Signal.setKind(Signal.Kind kind)
          Sets the kind of this signal.