Uses of Class
com.tszadel.qctools4j.model.permission.FieldDescription

Packages that use FieldDescription
com.tszadel.qctools4j.clients   
 

Uses of FieldDescription in com.tszadel.qctools4j.clients
 

Methods in com.tszadel.qctools4j.clients that return types with arguments of type FieldDescription
 Map<String,FieldDescription> UserClient.getFieldDescriptions()
          Overrides getFieldDescriptions.
 Map<String,FieldDescription> TestClient.getFieldDescriptions()
          Overrides getFieldDescriptions.
 Map<String,FieldDescription> FieldDescriptionClient.getFieldDescriptions()
          Overrides getFieldDescriptions.
 Map<String,FieldDescription> BugClient.getFieldDescriptions()
          Overrides getFieldDescriptions.
abstract  Map<String,FieldDescription> AbstractClient.getFieldDescriptions()
          Returns the descriptions of the fields.
 Map<String,FieldDescription> FieldDescriptionClient.getFieldDescriptions(Class<? extends IQcModel> pClass)
          Returns the field descriptions for the given class.