org.sape.carbon.core.bootstrap
Class BootStrapperStateEnum

java.lang.Object
  |
  +--org.sape.carbon.core.util.enum.BaseEnum
        |
        +--org.sape.carbon.core.bootstrap.BootStrapperStateEnum
All Implemented Interfaces:
Serializable

public class BootStrapperStateEnum
extends BaseEnum

Enumeration of the possible states of the BootStrapper. Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.9 $($Author: dvoet $ / $Date: 2003/05/05 21:21:11 $)
Author:
Douglas Voet, Febuary 2002
See Also:
Serialized Form

Nested Class Summary
 class BootStrapperStateEnum.BootStrapperStateEnumNotFoundException
           
 
Nested classes inherited from class org.sape.carbon.core.util.enum.BaseEnum
 
Field Summary
static BootStrapperStateEnum LOADED
          State of the BootStrapper when it has been loaded
static BootStrapperStateEnum NOT_LOADED
          State of the BootStrapper before it has been loaded
 
Fields inherited from class org.sape.carbon.core.util.enum.BaseEnum
name, ordinal
 
Constructor Summary
private BootStrapperStateEnum(String name)
          Constructs a enumeration of type BootStrapperStateEnum.
 
Method Summary
static BootStrapperStateEnum getByName(String name)
           
static BootStrapperStateEnum getByOrdinal(int ordinal)
           
 
Methods inherited from class org.sape.carbon.core.util.enum.BaseEnum
equals, getByName, getByOrdinal, getName, getOrdinal, hashCode, iterator, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOADED

public static final BootStrapperStateEnum LOADED
State of the BootStrapper when it has been loaded


NOT_LOADED

public static final BootStrapperStateEnum NOT_LOADED
State of the BootStrapper before it has been loaded

Constructor Detail

BootStrapperStateEnum

private BootStrapperStateEnum(String name)
Constructs a enumeration of type BootStrapperStateEnum.

Parameters:
name - the name of the enumeration instance
Method Detail

getByName

public static final BootStrapperStateEnum getByName(String name)
                                             throws BootStrapperStateEnum.BootStrapperStateEnumNotFoundException
BootStrapperStateEnum.BootStrapperStateEnumNotFoundException
See Also:
BaseEnum.getByName(java.lang.String, java.lang.Class)

getByOrdinal

public static final BootStrapperStateEnum getByOrdinal(int ordinal)
                                                throws BootStrapperStateEnum.BootStrapperStateEnumNotFoundException
BootStrapperStateEnum.BootStrapperStateEnumNotFoundException
See Also:
BaseEnum.getByOrdinal(int, java.lang.Class)


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.