|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoryPointType | |
---|---|
story.scheherazade.admin | |
story.scheherazade.exceptions |
Uses of StoryPointType in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin that return StoryPointType | |
---|---|
static StoryPointType |
StoryPointType.get(int number)
Return the corresponding StoryPointType for the given Unique ID (see getUniqueID). |
static StoryPointType |
StoryPointType.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
StoryPointType |
StoryPoint.getType()
Retrieve the type of command. |
StoryPointType |
StoryPoint.type()
Returns the command type. |
Constructors in story.scheherazade.admin with parameters of type StoryPointType | |
---|---|
StoryPoint(StoryPointType pointType)
Constructor with no arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0)
Constructor with one argument. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1)
Constructor with two arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2)
Constructor with three arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3)
Constructor with four arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4)
Constructor with five arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4,
java.lang.Object argument5)
Constructor with six arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4,
java.lang.Object argument5,
java.lang.Object argument6,
java.lang.Object argument7,
java.lang.Object argument8,
java.lang.Object argument9)
Constructor with ten arguments. |
|
StoryPoint(StoryPointType pointType,
SCHArguments args)
Constructor with vector of arguments |
|
StoryPoint(StoryPointType pointType,
java.util.Vector args)
Constructor with vector of arguments |
Uses of StoryPointType in story.scheherazade.exceptions |
---|
Constructors in story.scheherazade.exceptions with parameters of type StoryPointType | |
---|---|
UnrunnableCommand(StoryPointType type,
Scheherexception s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |