com.pmease.quickbuild.repository
Class StreamTypeEnum

java.lang.Object
  extended byorg.apache.commons.lang.enums.Enum
      extended bycom.pmease.quickbuild.repository.StreamTypeEnum
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public final class StreamTypeEnum
extends org.apache.commons.lang.enums.Enum

Accurev stream type.

Author:
robin shine
See Also:
Serialized Form

Field Summary
static StreamTypeEnum NORMAL
           
static StreamTypeEnum SNAPSHOT
           
static StreamTypeEnum WORKSPACE
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static StreamTypeEnum getEnum(java.lang.String streamType)
           
static java.util.List getEnumList()
           
static java.util.Map getEnumMap()
           
static java.util.Iterator iterator()
           
 
Methods inherited from class org.apache.commons.lang.enums.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL

public static final StreamTypeEnum NORMAL

SNAPSHOT

public static final StreamTypeEnum SNAPSHOT

WORKSPACE

public static final StreamTypeEnum WORKSPACE
Method Detail

getEnum

public static StreamTypeEnum getEnum(java.lang.String streamType)

getEnumMap

public static java.util.Map getEnumMap()

getEnumList

public static java.util.List getEnumList()

iterator

public static java.util.Iterator iterator()


Copyright © 2005 PMEase Inc. All Rights Reserved.