com.microsoft.tfs.core.clients.workitem.fields
Class ReportingType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getName
public java.lang.String getName()
getValue
public int getValue()
fromValue
public static ReportingType fromValue(int value)
© 2015 Microsoft. All rights reserved.