| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
Grammar.getProperty(String propertyName)
Récupération d'une propriété par son nom.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityProperty> |
Grammar.getProperties() |
Set<EntityProperty> |
Entity.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Entity.isNotNull(EntityProperty property) |
EntityBuilder |
EntityBuilder.withProperty(EntityProperty property,
boolean notNull)
Ajout d'une propriété.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EntityProperty> |
DynamicDefinition.getProperties()
Set des propriétés gérées.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DynamicDefinition.getPropertyValue(EntityProperty property)
Retourne la valeur d'une (méta) propriété liée au domaine, champ, dtDéfinition...
|
DynamicDefinitionBuilder |
DynamicDefinitionBuilder.withPropertyValue(EntityProperty property,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
KspProperty
Métadonnée liée à la grammaire.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
XPropertyEntry.getProperty() |
| Constructor and Description |
|---|
XPropertyEntry(EntityProperty property,
String propertyValue)
Constructeur.
|
| Constructor and Description |
|---|
XPropertyEntryRule(Set<EntityProperty> entityProperties)
|
| Modifier and Type | Method and Description |
|---|---|
protected static Boolean |
AbstractDynamicRegistryPlugin.getPropertyValueAsBoolean(DynamicDefinition xdefinition,
EntityProperty property)
Raccourci vers un accesseur typé du PropertyContainer.
|
protected static String |
AbstractDynamicRegistryPlugin.getPropertyValueAsString(DynamicDefinition xdefinition,
EntityProperty property)
Raccourci vers un accesseur typé du PropertyContainer.
|
Copyright © 2014. All Rights Reserved.