pl.edu.agh.cast.project
Enum ProjectUtil.ProjectOpenStatus
java.lang.Object
java.lang.Enum<ProjectUtil.ProjectOpenStatus>
pl.edu.agh.cast.project.ProjectUtil.ProjectOpenStatus
- All Implemented Interfaces:
- Serializable, Comparable<ProjectUtil.ProjectOpenStatus>
- Enclosing class:
- ProjectUtil
public static enum ProjectUtil.ProjectOpenStatus
- extends Enum<ProjectUtil.ProjectOpenStatus>
Enumeration of open project result statuses.
- Author:
- AGH CAST Team
OPENED
public static final ProjectUtil.ProjectOpenStatus OPENED
LOCKED
public static final ProjectUtil.ProjectOpenStatus LOCKED
INVALID_VERSION
public static final ProjectUtil.ProjectOpenStatus INVALID_VERSION
values
public static ProjectUtil.ProjectOpenStatus[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ProjectUtil.ProjectOpenStatus c : ProjectUtil.ProjectOpenStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProjectUtil.ProjectOpenStatus valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.