Uses of Class
de.upb.hni.vmagic.ComponentSpecification.Type

Packages that use ComponentSpecification.Type
de.upb.hni.vmagic Contains miscellaneous classes. 
 

Uses of ComponentSpecification.Type in de.upb.hni.vmagic
 

Methods in de.upb.hni.vmagic that return ComponentSpecification.Type
abstract  ComponentSpecification.Type ComponentSpecification.getType()
          Returns the type of this component specification.
static ComponentSpecification.Type ComponentSpecification.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ComponentSpecification.Type[] ComponentSpecification.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.