public class MotivatorType
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static short |
AFFILIATION |
|
static short |
CERTAINTY |
|
static short |
COMPETENCE |
|
static short |
ENERGY |
|
static short |
INTEGRITY |
|
static short |
NO_MOTIVATORS |
| Constructor | Description |
|---|---|
MotivatorType() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
GetName(short motivatorType) |
Gets the motivator's name, given its identifier
|
static int |
numberOfTypes() |
|
static short |
ParseType(java.lang.String motivatorType) |
Parses a string that corresponds to the motivator type and returns the
appropriate motivator type (enumerable)
|
public static final short AFFILIATION
public static final short INTEGRITY
public static final short ENERGY
public static final short CERTAINTY
public static final short COMPETENCE
public static final short NO_MOTIVATORS
public static int numberOfTypes()
public static short ParseType(java.lang.String motivatorType)
throws InvalidMotivatorTypeException
motivatorType - - the name of the motivator to search forInvalidMotivatorTypeExceptionpublic static java.lang.String GetName(short motivatorType)
motivatorType - id of the motivatorType