|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Scenario>
cz.muni.fi.pclis.domain.Scenario
public enum Scenario
Scenarios of PCTeL implemented in this system User: Ľuboš Pecho Date: 6.7.2009 Time: 22:36:30
Enum Constant Summary | |
---|---|
FEEDBACK
Feedback scenario |
|
LEARNING_CONTRACTS
Learning Contracts scenario |
|
LEARNING_EXPECTATIONS
Learning Expectations scenario |
|
ONLINE_CONSULTATION
Online Consultation scenario |
|
PEER_EVALUATION
Peer Evaluation scenario |
|
TEAM_WORK
Team Work scenario |
Field Summary | |
---|---|
private String |
bundleKey
key of localized name of scenario placed in Resouce Bundle |
Method Summary | |
---|---|
String |
getBundleKey()
|
String |
getLocalizedName()
|
String |
getName()
|
static Scenario |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scenario[] |
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 Scenario LEARNING_CONTRACTS
public static final Scenario LEARNING_EXPECTATIONS
public static final Scenario FEEDBACK
public static final Scenario PEER_EVALUATION
public static final Scenario ONLINE_CONSULTATION
public static final Scenario TEAM_WORK
Field Detail |
---|
private String bundleKey
Method Detail |
---|
public static Scenario[] values()
for (Scenario c : Scenario.values()) System.out.println(c);
public static Scenario 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 String getLocalizedName()
public String getName()
public String getBundleKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |