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

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

public class FieldUsages
extends java.lang.Object

Describes the type of object on which a FieldDefinition applies.

Since:
TEE-SDK-10.1

Field Summary
static FieldUsages WORK_ITEM
           
static FieldUsages WORK_ITEM_LINK
           
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORK_ITEM

public static final FieldUsages WORK_ITEM

WORK_ITEM_LINK

public static final FieldUsages WORK_ITEM_LINK
Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()


© 2015 Microsoft. All rights reserved.