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 classes inherited from class org.sape.carbon.core.util.enum.BaseEnum |
|
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
BootStrapperStateEnum
private BootStrapperStateEnum(String name)
- Constructs a enumeration of type
BootStrapperStateEnum
.
- Parameters:
name
- the name of the enumeration instance
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.