public enum KspProperty extends Enum<KspProperty> implements EntityProperty
| Enum Constant and Description |
|---|
ARGS
Arguments initialisant la classe précédante.
|
CLASS_NAME
Nom de la classe java implémentant un concept tel que formatter, constraint...
|
DISPLAY_FIELD
Champ qui porte l'affichage par défaut.
|
DYNAMIC
Le DT est-il représentée par un bean ou de maniére générique(dynamique)
|
EXPRESSION
Expression du champ computed.
|
FK_FIELD_NAME
Nom du champ représentant la clé étrangére dans une association simple (non NN).
|
IN_OUT
Type in ou out d'un attribut de tache.
|
INDEX_TYPE
Propriété standard : Type de l'index.
|
LABEL
Propriété standard : libellé du champ, valeur String.
|
LABEL_A
Label du noeud A dans une association.
|
LABEL_B
Label du noeud B dans une association.
|
MAX_LENGTH
Propriété standard : longueur max du champ, valeur Integer.
|
MAX_VALUE
Propriété de contrainte : valeur maximum, Double.
|
MIN_VALUE
Propriété de contrainte : valeur minimum, Double.
|
MSG
Propriété standard : message d'erreur, valeur String.
|
MULTIPLICITY_A
Cardinalité du noeud A dans une association : 1..* ou 0..* ou 1..1.
|
MULTIPLICITY_B
Cardinalité du noeud B dans une association : 1..* ou 0..* ou 1..1.
|
NAVIGABILITY_A
Navigabilité du noeud A dans une association.
|
NAVIGABILITY_B
Navigabilité du noeud B dans une association.
|
NOT_NULL
Propriété standard : champ obligatoire, valeur Boolean.
|
PERSISTENT
Propriété liée au broker : La donnée est-elle gérée en mode write par le Broker.
|
REGEX
Proriété Regex de type String.
|
REQUEST
Requête ou plus générallement paramètre d'une tache.
|
ROLE_A
Nom du réle du noeud A dans une association.
|
ROLE_B
Nom du réle du noeud B dans une association.
|
ROOT
Racine des éléments de cette définition.
|
SORT_FIELD
Champ qui porte le trie par défaut.
|
STORE_NAME
Nom du Store utilisé pour cette définition.
|
STORE_TYPE
Type de données en base.
|
TABLE_NAME
Nom de la table supportant l'association NN.
|
TYPE
Propriété standard : Type des définitions.
|
UNIT
Propriété standard : Unité de la valeur, valeur String.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
PrimitiveType |
getPrimitiveType()
Toute propriété dynamo est déclarée dans un type primitif .
|
static KspProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KspProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KspProperty CLASS_NAME
public static final KspProperty ARGS
public static final KspProperty MSG
public static final KspProperty LABEL
public static final KspProperty NOT_NULL
public static final KspProperty PERSISTENT
public static final KspProperty SORT_FIELD
public static final KspProperty DISPLAY_FIELD
public static final KspProperty DYNAMIC
public static final KspProperty FK_FIELD_NAME
public static final KspProperty MULTIPLICITY_A
public static final KspProperty NAVIGABILITY_A
public static final KspProperty ROLE_A
public static final KspProperty LABEL_A
public static final KspProperty MULTIPLICITY_B
public static final KspProperty NAVIGABILITY_B
public static final KspProperty LABEL_B
public static final KspProperty ROLE_B
public static final KspProperty TABLE_NAME
public static final KspProperty REQUEST
public static final KspProperty IN_OUT
public static final KspProperty ROOT
public static final KspProperty STORE_NAME
public static final KspProperty EXPRESSION
public static final KspProperty STORE_TYPE
public static final KspProperty MAX_LENGTH
public static final KspProperty TYPE
public static final KspProperty REGEX
public static final KspProperty MIN_VALUE
public static final KspProperty MAX_VALUE
public static final KspProperty UNIT
public static final KspProperty INDEX_TYPE
public static KspProperty[] values()
for (KspProperty c : KspProperty.values()) System.out.println(c);
public static KspProperty valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic final PrimitiveType getPrimitiveType()
getPrimitiveType in interface EntityPropertypublic final String getName()
getName in interface EntityPropertyCopyright © 2014. All Rights Reserved.