Uses of Class
edu.columbia.cs.irt.sipcloud.Constants.VmTypes

Packages that use Constants.VmTypes
edu.columbia.cs.irt.sipcloud   
 

Uses of Constants.VmTypes in edu.columbia.cs.irt.sipcloud
 

Methods in edu.columbia.cs.irt.sipcloud that return Constants.VmTypes
static Constants.VmTypes Constants.VmTypes.getVmType(int ordinal)
           
static Constants.VmTypes Constants.VmTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.VmTypes[] Constants.VmTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.