com.microsoft.tfs.core.clients.workitem.query
Class StoredQueryMaxLengths

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.query.StoredQueryMaxLengths

public class StoredQueryMaxLengths
extends java.lang.Object

Defines maximum size constants for stored queries.

Since:
TEE-SDK-10.1

Field Summary
static int DESCRIPTION_MAX_LENGTH
           
static int QUERY_NAME_MAX_LENGTH
           
 
Constructor Summary
StoredQueryMaxLengths()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_NAME_MAX_LENGTH

public static final int QUERY_NAME_MAX_LENGTH
Constant Field Value:
256
See Also:
Constant Field Values

DESCRIPTION_MAX_LENGTH

public static final int DESCRIPTION_MAX_LENGTH
Constant Field Value:
256
See Also:
Constant Field Values
Constructor Detail

StoredQueryMaxLengths

public StoredQueryMaxLengths()


© 2015 Microsoft. All rights reserved.