public static final class Filter.Context
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Filter.Context |
BOTH
Specifies both local and server items should be displayed.
|
static Filter.Context |
LOCAL
Specifies only local items should be displayed.
|
static Filter.Context |
SERVER
Specifies only server items should be displayed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this context with the object o
|
static Filter.Context |
fromID(int id)
Gets the Context value corresponding to the given ID.
|
int |
getID()
returns the id of this context instance
|
int |
hashCode()
Returns a hashCode for this object instance
|
public static final Filter.Context SERVER
public static final Filter.Context LOCAL
public static final Filter.Context BOTH
public int getID()
public static Filter.Context fromID(int id)
id
- The ID of a Context value.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the Object to compare to for equalitypublic int hashCode()
hashCode
in class java.lang.Object
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.