|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparisonType | |
---|---|
story.dbcore.misc | |
story.dbcore.parameters |
Uses of ComparisonType in story.dbcore.misc |
---|
Fields in story.dbcore.misc declared as ComparisonType | |
---|---|
static ComparisonType |
ComparisonType.AtLeast
|
static ComparisonType |
ComparisonType.AtMost
|
static ComparisonType |
ComparisonType.Exactly
|
Methods in story.dbcore.misc that return ComparisonType | |
---|---|
static ComparisonType |
ComparisonType.get(int number)
Return the corresponding ComparisonType for the given Unique ID (see getUniqueID). |
static ComparisonType |
ComparisonType.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
Uses of ComparisonType in story.dbcore.parameters |
---|
Methods in story.dbcore.parameters that return ComparisonType | |
---|---|
ComparisonType |
ThereExistsParameter.getComparisonType()
|
Constructors in story.dbcore.parameters with parameters of type ComparisonType | |
---|---|
ThereExistsParameter(ParameterSet query,
ComparisonType comparisonType,
int target)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |