|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IStreamSummary.Type>
com.perforce.p4java.core.IStreamSummary.Type
public static enum IStreamSummary.Type
Types of streams include 'mainline', 'release', 'development', 'virtual' and 'task'. The default is 'development'.
Defines the role of a stream: A 'mainline' may not have a parent. A 'virtual' stream is not a stream but an alternate view of its parent stream. The 'development' and 'release' streams have controlled flow. Can be changed. A 'task' stream is a lightweight short-lived stream that only promotes modified content to the repository, branched data is stored in shadow tables that are removed when the task stream is deleted or unloaded.
| Enum Constant Summary | |
|---|---|
DEVELOPMENT
|
|
MAINLINE
|
|
RELEASE
|
|
TASK
|
|
UNKNOWN
|
|
VIRTUAL
|
|
| Method Summary | |
|---|---|
static IStreamSummary.Type |
fromString(String str)
Return a suitable Stream type as inferred from the passed-in string, which is assumed to be the string form of a Stream type. |
static IStreamSummary.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IStreamSummary.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IStreamSummary.Type MAINLINE
public static final IStreamSummary.Type RELEASE
public static final IStreamSummary.Type DEVELOPMENT
public static final IStreamSummary.Type VIRTUAL
public static final IStreamSummary.Type TASK
public static final IStreamSummary.Type UNKNOWN
| Method Detail |
|---|
public static IStreamSummary.Type[] values()
for (IStreamSummary.Type c : IStreamSummary.Type.values()) System.out.println(c);
public static IStreamSummary.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static IStreamSummary.Type fromString(String str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||