| Package | Description |
|---|---|
| org.nuiton.wikitty.entities |
| Modifier and Type | Field and Description |
|---|---|
protected WikittyTypes |
FieldType.type |
protected WikittyTypes |
FieldFactory.type |
| Modifier and Type | Method and Description |
|---|---|
WikittyTypes |
FieldType.getType() |
static WikittyTypes |
WikittyTypes.parse(String name)
convert string to TYPE, this method accept not trimed and not well
cased string (difference with valueOf)
|
static WikittyTypes |
WikittyTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikittyTypes[] |
WikittyTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldFactory |
ExtensionFactory.addField(String name,
WikittyTypes fieldType) |
FieldFactory |
FieldFactory.addField(String name,
WikittyTypes type) |
void |
FieldType.setType(WikittyTypes type) |
| Constructor and Description |
|---|
ElementField(String fieldName,
WikittyTypes type)
Cree un champs sur toutes les extensions ex: "*.name" en specifiant le
type du champs ex: "*.birthday.DATE"
|
FieldFactory(ExtensionFactory parentFactory,
String fieldName,
WikittyTypes type) |
FieldType(WikittyTypes type,
int lowerBound,
int upperBound) |
Copyright © 2009–2014 CodeLutin. All rights reserved.