|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringType | |
---|---|
edu.ksu.cis.projects.bogor.module.value | Provides for Bogor values. |
edu.ksu.cis.projects.bogor.type | Provides for Bogor types. |
Uses of StringType in edu.ksu.cis.projects.bogor.module.value |
---|
Fields in edu.ksu.cis.projects.bogor.module.value declared as StringType | |
---|---|
protected StringType |
DefaultStringValue.type
Holds the type of this string value. |
Constructors in edu.ksu.cis.projects.bogor.module.value with parameters of type StringType | |
---|---|
DefaultStringValue(int referenceId,
StringType type,
String s)
Default constructor. |
Uses of StringType in edu.ksu.cis.projects.bogor.type |
---|
Methods in edu.ksu.cis.projects.bogor.type that return StringType | |
---|---|
StringType |
TypeFactory.getStringType()
Gets a string type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |