public class KspProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static EntityProperty |
ARGS
Arguments initialisant la classe précédante.
|
static EntityProperty |
CLASS_NAME
Nom de la classe java implémentant un concept tel que formatter, constraint...
|
static EntityProperty |
DISPLAY_FIELD
Champ qui porte l'affichage par défaut.
|
static EntityProperty |
DYNAMIC
Le DT est-il représentée par un bean ou de maniére générique(dynamique)
|
static EntityProperty |
EXPRESSION
Expression du champ computed.
|
static EntityProperty |
FK_FIELD_NAME
Nom du champ représentant la clé étrangére dans une association simple (non NN).
|
static EntityProperty |
IN_OUT
Type in ou out d'un attribut de tache.
|
static EntityProperty |
INDEX_TYPE
Propriété standard : Type de l'index.
|
static EntityProperty |
LABEL
Propriété standard : libellé du champ, valeur String.
|
static EntityProperty |
LABEL_A
Label du noeud A dans une association.
|
static EntityProperty |
LABEL_B
Label du noeud B dans une association.
|
static EntityProperty |
MAX_LENGTH
Propriété standard : longueur max du champ, valeur Integer.
|
static EntityProperty |
MAX_VALUE
Propriété de contrainte : valeur maximum, Double.
|
static EntityProperty |
MIN_VALUE
Propriété de contrainte : valeur minimum, Double.
|
static EntityProperty |
MSG
Propriété standard : message d'erreur, valeur String.
|
static EntityProperty |
MULTIPLICITY_A
Cardinalité du noeud A dans une association : 1..* ou 0..* ou 1..1.
|
static EntityProperty |
MULTIPLICITY_B
Cardinalité du noeud B dans une association : 1..* ou 0..* ou 1..1.
|
static EntityProperty |
NAVIGABILITY_A
Navigabilité du noeud A dans une association.
|
static EntityProperty |
NAVIGABILITY_B
Navigabilité du noeud B dans une association.
|
static EntityProperty |
NOT_NULL
Propriété standard : champ obligatoire, valeur Boolean.
|
static EntityProperty |
PERSISTENT
Propriété liée au broker : La donnée est-elle gérée en mode write par le Broker.
|
static EntityProperty |
REGEX
Proriété Regex de type String.
|
static EntityProperty |
REQUEST
Requête ou plus générallement paramètre d'une tache.
|
static EntityProperty |
ROLE_A
Nom du réle du noeud A dans une association.
|
static EntityProperty |
ROLE_B
Nom du réle du noeud B dans une association.
|
static EntityProperty |
ROOT
Racine des éléments de cette définition.
|
static EntityProperty |
SORT_FIELD
Champ qui porte le trie par défaut.
|
static EntityProperty |
STORE_NAME
Nom du Store utilisé pour cette définition.
|
static EntityProperty |
STORE_TYPE
Type de données en base.
|
static EntityProperty |
TABLE_NAME
Nom de la table supportant l'association NN.
|
static EntityProperty |
TYPE
Propriété standard : Type des définitions.
|
static EntityProperty |
UNIT
Propriété standard : Unité de la valeur, valeur String.
|
| Constructor and Description |
|---|
KspProperty() |
public static final EntityProperty CLASS_NAME
public static final EntityProperty ARGS
public static final EntityProperty MSG
public static final EntityProperty LABEL
public static final EntityProperty NOT_NULL
public static final EntityProperty PERSISTENT
public static final EntityProperty SORT_FIELD
public static final EntityProperty DISPLAY_FIELD
public static final EntityProperty DYNAMIC
public static final EntityProperty FK_FIELD_NAME
public static final EntityProperty MULTIPLICITY_A
public static final EntityProperty NAVIGABILITY_A
public static final EntityProperty ROLE_A
public static final EntityProperty LABEL_A
public static final EntityProperty MULTIPLICITY_B
public static final EntityProperty NAVIGABILITY_B
public static final EntityProperty LABEL_B
public static final EntityProperty ROLE_B
public static final EntityProperty TABLE_NAME
public static final EntityProperty REQUEST
public static final EntityProperty IN_OUT
public static final EntityProperty ROOT
public static final EntityProperty STORE_NAME
public static final EntityProperty EXPRESSION
public static final EntityProperty STORE_TYPE
public static final EntityProperty MAX_LENGTH
public static final EntityProperty TYPE
public static final EntityProperty REGEX
public static final EntityProperty MIN_VALUE
public static final EntityProperty MAX_VALUE
public static final EntityProperty UNIT
public static final EntityProperty INDEX_TYPE
Copyright © 2014. All Rights Reserved.