Uses of Class
io.vertigo.datamodel.structure.definitions.Property
-
Packages that use Property Package Description io.vertigo.datamodel.structure.definitions -
-
Uses of Property in io.vertigo.datamodel.structure.definitions
Fields in io.vertigo.datamodel.structure.definitions declared as Property Modifier and Type Field Description static Property<String>DtProperty. INDEX_TYPEPropriété standard : Type de l'index.static Property<Integer>DtProperty. MAX_LENGTHPropriété standard : longueur max du champ, valeur Integer.static Property<Double>DtProperty. MAX_VALUEPropriété de contrainte : valeur maximum, Double.static Property<Double>DtProperty. MIN_VALUEPropriété de contrainte : valeur minimum, Double.static Property<Boolean>DtProperty. MULTIPLEstatic Property<String>DtProperty. REGEXProriété Regex de type String.static Property<String>DtProperty. STORE_TYPEPropriété standard : Type de données pour la persistence.static Property<String>DtProperty. TYPEPropriété standard : Type des définitions.static Property<String>DtProperty. UNITPropriété standard : Unité de la valeur, valeur String.Methods in io.vertigo.datamodel.structure.definitions that return Property Modifier and Type Method Description PropertyConstraint. getProperty()Cette méthode permet de définir la propriété(le comportement générique) que la contrainte implémente.static Property<?>DtProperty. valueOf(String propertyName)Methods in io.vertigo.datamodel.structure.definitions that return types with arguments of type Property Modifier and Type Method Description Set<Property<?>>Properties. getProperties()Set des propriétés gérées.Methods in io.vertigo.datamodel.structure.definitions with parameters of type Property Modifier and Type Method Description <T> PropertiesBuilderPropertiesBuilder. addValue(Property<T> property, T value)Ajout d'une propriété typée.<T> TProperties. getValue(Property<T> property)Retourne la valeur d'une (méta) propriété liée au domaine, champ, dtDéfinition...
-