Uses of Class
com.microsoft.tfs.core.clients.workitem.fields.FieldType

Packages that use FieldType
com.microsoft.tfs.core.clients.workitem.fields   
com.microsoft.tfs.core.clients.workitem.query   
 

Uses of FieldType in com.microsoft.tfs.core.clients.workitem.fields
 

Fields in com.microsoft.tfs.core.clients.workitem.fields declared as FieldType
static FieldType FieldType.BOOLEAN
          The field is a Boolean.
static FieldType FieldType.DATETIME
          The field is a Date object.
static FieldType FieldType.DOUBLE
          The field is a Double.
static FieldType FieldType.GUID
          The field is a GUID.
static FieldType FieldType.HISTORY
          The field is a String.
static FieldType FieldType.HTML
          The field is a String.
static FieldType FieldType.INTEGER
          The field is an Integer.
static FieldType FieldType.INTERNAL
           
static FieldType FieldType.PLAINTEXT
          The field is a String.
static FieldType FieldType.STRING
          The field is a String.
static FieldType FieldType.TREEPATH
          The field is a String.
 

Methods in com.microsoft.tfs.core.clients.workitem.fields that return FieldType
 FieldType FieldDefinition.getFieldType()
           
 

Uses of FieldType in com.microsoft.tfs.core.clients.workitem.query
 

Methods in com.microsoft.tfs.core.clients.workitem.query that return FieldType
 FieldType OperatorSelect.getType()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type FieldType
 void OperatorSelect.setType(FieldType type)
           
 



© 2015 Microsoft. All rights reserved.