public static enum IChangelistSummary.Visibility extends Enum<IChangelistSummary.Visibility>
| Enum Constant and Description |
|---|
PUBLIC |
RESTRICTED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static IChangelistSummary.Visibility |
fromString(String str)
Return a suitable Visibility type as inferred from the passed-in
string, which is assumed to be the string form of a Visibility type.
|
static IChangelistSummary.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IChangelistSummary.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChangelistSummary.Visibility PUBLIC
public static final IChangelistSummary.Visibility RESTRICTED
public static final IChangelistSummary.Visibility UNKNOWN
public static IChangelistSummary.Visibility[] values()
for (IChangelistSummary.Visibility c : IChangelistSummary.Visibility.values()) System.out.println(c);
public static IChangelistSummary.Visibility valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static IChangelistSummary.Visibility fromString(String str)
Copyright © 2017 Perforce Software. All Rights Reserved.