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

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

public class ReportingType
extends java.lang.Object

Describes the reporting type of the field.

Since:
TEE-SDK-10.1

Field Summary
static ReportingType DIMENSION
           
static ReportingType DRILL_DOWN_FIELD
           
static ReportingType MEASURE
           
static ReportingType NONE
           
 
Method Summary
static ReportingType fromValue(int value)
           
 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

NONE

public static final ReportingType NONE

MEASURE

public static final ReportingType MEASURE

DIMENSION

public static final ReportingType DIMENSION

DRILL_DOWN_FIELD

public static final ReportingType DRILL_DOWN_FIELD
Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()

fromValue

public static ReportingType fromValue(int value)


© 2015 Microsoft. All rights reserved.