Uses of Interface
com.tszadel.qctools4j.model.IQcModel

Packages that use IQcModel
com.tszadel.qctools4j.clients   
com.tszadel.qctools4j.model   
com.tszadel.qctools4j.model.defect   
com.tszadel.qctools4j.model.metadata   
com.tszadel.qctools4j.model.test   
 

Uses of IQcModel in com.tszadel.qctools4j.clients
 

Method parameters in com.tszadel.qctools4j.clients with type arguments of type IQcModel
 Map<String,FieldDescription> FieldDescriptionClient.getFieldDescriptions(Class<? extends IQcModel> pClass)
          Returns the field descriptions for the given class.
 

Uses of IQcModel in com.tszadel.qctools4j.model
 

Subinterfaces of IQcModel in com.tszadel.qctools4j.model
 interface IQcModelWithAttachments
          A model that supports attachments.
 

Classes in com.tszadel.qctools4j.model that implement IQcModel
 class Step
          Deprecated. 
 

Uses of IQcModel in com.tszadel.qctools4j.model.defect
 

Classes in com.tszadel.qctools4j.model.defect that implement IQcModel
 class Bug
          Information about defects.
 

Uses of IQcModel in com.tszadel.qctools4j.model.metadata
 

Classes in com.tszadel.qctools4j.model.metadata that implement IQcModel
 class Attachment
          This class define an attachment in quality center.
 

Uses of IQcModel in com.tszadel.qctools4j.model.test
 

Classes in com.tszadel.qctools4j.model.test that implement IQcModel
 class Test
          A QC Test.
 class TestStep
          A Test Step.