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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.fields.FieldType

public class FieldType
extends java.lang.Object

Describes the data type of a Field.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static FieldType BOOLEAN
          The field is a Boolean.
static FieldType DATETIME
          The field is a Date object.
static FieldType DOUBLE
          The field is a Double.
static FieldType GUID
          The field is a GUID.
static FieldType HISTORY
          The field is a String.
static FieldType HTML
          The field is a String.
static FieldType INTEGER
          The field is an Integer.
static FieldType INTERNAL
           
static FieldType PLAINTEXT
          The field is a String.
static FieldType STRING
          The field is a String.
static FieldType TREEPATH
          The field is a String.
 
Method Summary
 java.lang.String getDisplayName()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL

public static final FieldType INTERNAL

STRING

public static final FieldType STRING
The field is a String.


INTEGER

public static final FieldType INTEGER
The field is an Integer.


DATETIME

public static final FieldType DATETIME
The field is a Date object.


PLAINTEXT

public static final FieldType PLAINTEXT
The field is a String.


HTML

public static final FieldType HTML
The field is a String.


TREEPATH

public static final FieldType TREEPATH
The field is a String.


HISTORY

public static final FieldType HISTORY
The field is a String.


DOUBLE

public static final FieldType DOUBLE
The field is a Double.


GUID

public static final FieldType GUID
The field is a GUID.


BOOLEAN

public static final FieldType BOOLEAN
The field is a Boolean.

Method Detail

getDisplayName

public java.lang.String getDisplayName()

getValue

public int getValue()


© 2015 Microsoft. All rights reserved.