public static final class Folder.ExcludeFlags extends EnumeratedValue
Modifier and Type | Field and Description |
---|---|
static Folder.ExcludeFlags[] |
ALL
All legal ExcludeFlag values
|
static Folder.ExcludeFlags |
INHERIT
Inherited folders are excluded
|
static Folder.ExcludeFlags |
LOCAL
Local working folders are excluded
|
static Folder.ExcludeFlags |
NONE
No folders are excluded
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if this object is identical to Object o
|
static Folder.ExcludeFlags |
fromID(int id)
Gets the ExcludeFlags value corresponding to the given ID.
|
static Folder.ExcludeFlags |
fromValue(EnumeratedValue value)
Gets the ExcludeFlags value corresponding to the given
EnumeratedValue.
|
int |
getCode()
Return the enum code for this object.
|
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in
ExcludeFlagsProperty.
|
int |
hashCode()
Returns a hashCode for this instance
|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getName, getNameProperty, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toString
public static final Folder.ExcludeFlags NONE
public static final Folder.ExcludeFlags LOCAL
public static final Folder.ExcludeFlags INHERIT
public static final Folder.ExcludeFlags[] ALL
public int getID()
Folder.Type.ExcludeFlagsProperty.NAME
public int getCode()
getCode
in class EnumeratedValue
public static Folder.ExcludeFlags fromValue(EnumeratedValue value)
value
- One of the EnumeratedValues of a ExcludeFlagsProperty.public static Folder.ExcludeFlags fromID(int id)
id
- A ExcludeFlags ID.public boolean equals(java.lang.Object o)
equals
in class EnumeratedValue
o
- the object to compare for equalitypublic int hashCode()
hashCode
in class EnumeratedValue
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.