|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.framework.location.RelativeToSetting
public class RelativeToSetting
Enumeration indicating what a given ServiceDefinition
is relative to.
Field Summary | |
---|---|
static RelativeToSetting |
AUTHORITY
Indicates that a service definition is relative to the authority of the access point. |
static RelativeToSetting |
CONTEXT
Indicates that a service definition is relative to the current context. |
static RelativeToSetting |
FULLY_QUALIFIED
Indicates that a ServiceDefinition isn't relative to anything. |
static RelativeToSetting |
PORT
Indicates that a ServiceDefinition is relative to the authority and port of the access point. |
static RelativeToSetting |
WEB_APPLICATION
Indicates that a ServiceDefinition is relative to the web application. |
Method Summary | |
---|---|
static RelativeToSetting |
intToRelativeToSetting(int value)
|
int |
toInt()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RelativeToSetting CONTEXT
public static final RelativeToSetting AUTHORITY
public static final RelativeToSetting WEB_APPLICATION
public static final RelativeToSetting FULLY_QUALIFIED
public static final RelativeToSetting PORT
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int toInt()
public static RelativeToSetting intToRelativeToSetting(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |