com.microsoft.tfs.core.clients.webservices
Class GroupProperty

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.webservices.GroupProperty
All Implemented Interfaces:
java.lang.Comparable

public class GroupProperty
extends com.microsoft.tfs.util.TypesafeEnum

Since:
TEE-SDK-11.0
Thread-safety:
immutable

Field Summary
static GroupProperty DESCRIPTION
          The description of an application group
static GroupProperty NAME
          The name of an application group
static GroupProperty NONE
           
 
Constructor Summary
protected GroupProperty(int value)
           
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final GroupProperty NONE

NAME

public static final GroupProperty NAME
The name of an application group


DESCRIPTION

public static final GroupProperty DESCRIPTION
The description of an application group

Constructor Detail

GroupProperty

protected GroupProperty(int value)


© 2015 Microsoft. All rights reserved.