|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldType.TYPE | |
|---|---|
| org.nuiton.wikitty | |
| Uses of FieldType.TYPE in org.nuiton.wikitty |
|---|
| Fields in org.nuiton.wikitty declared as FieldType.TYPE | |
|---|---|
protected FieldType.TYPE |
FieldType.type
|
protected FieldType.TYPE |
FieldFactory.type
|
| Methods in org.nuiton.wikitty that return FieldType.TYPE | |
|---|---|
FieldType.TYPE |
FieldType.getType()
|
static FieldType.TYPE |
FieldType.TYPE.parse(String name)
convert string to TYPE, this method accept not trimed and not well cased string (difference with valueOf) |
static FieldType.TYPE |
FieldType.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldType.TYPE[] |
FieldType.TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.nuiton.wikitty with parameters of type FieldType.TYPE | |
|---|---|
FieldFactory |
ExtensionFactory.addField(String name,
FieldType.TYPE fieldType)
|
FieldFactory |
FieldFactory.addField(String name,
FieldType.TYPE type)
|
| Constructors in org.nuiton.wikitty with parameters of type FieldType.TYPE | |
|---|---|
FieldFactory(ExtensionFactory parentFactory,
String fieldName,
FieldType.TYPE type)
|
|
FieldType(FieldType.TYPE type,
int lowerBound,
int upperBound)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||