public static enum IStreamSummary.ParentView extends java.lang.Enum<IStreamSummary.ParentView>
| Modifier and Type | Method and Description |
|---|---|
static IStreamSummary.ParentView |
fromString(java.lang.String str) |
java.lang.String |
toString() |
static IStreamSummary.ParentView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IStreamSummary.ParentView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStreamSummary.ParentView INHERIT
public static final IStreamSummary.ParentView NOINHERIT
public static IStreamSummary.ParentView[] values()
for (IStreamSummary.ParentView c : IStreamSummary.ParentView.values()) System.out.println(c);
public static IStreamSummary.ParentView valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static IStreamSummary.ParentView fromString(java.lang.String str)
public java.lang.String toString()
toString in class java.lang.Enum<IStreamSummary.ParentView>Copyright © 2021 Perforce Software. All Rights Reserved.