Uses of Class
com.norbl.cbp.ppe.InstanceTag

Packages that use InstanceTag
com.norbl.cbp.ppe   
 

Uses of InstanceTag in com.norbl.cbp.ppe
 

Methods in com.norbl.cbp.ppe that return InstanceTag
static InstanceTag InstanceTag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InstanceTag[] InstanceTag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.norbl.cbp.ppe with parameters of type InstanceTag
 java.lang.String InstanceStatus.getTagValue(InstanceTag tagType)