|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitem.fields.FieldType
public class FieldType
Describes the data type of a Field
.
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 |
---|
public static final FieldType INTERNAL
public static final FieldType STRING
String
.
public static final FieldType INTEGER
Integer
.
public static final FieldType DATETIME
Date
object.
public static final FieldType PLAINTEXT
String
.
public static final FieldType HTML
String
.
public static final FieldType TREEPATH
String
.
public static final FieldType HISTORY
String
.
public static final FieldType DOUBLE
Double
.
public static final FieldType GUID
GUID
.
public static final FieldType BOOLEAN
Boolean
.
Method Detail |
---|
public java.lang.String getDisplayName()
public int getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |