Uses of Class
adalid.core.enums.EmbeddedDocumentType
-
Packages that use EmbeddedDocumentType Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of EmbeddedDocumentType in adalid.core.annotations
Methods in adalid.core.annotations that return EmbeddedDocumentType Modifier and Type Method Description EmbeddedDocumentTypesourceType()sourceType indica el tipo de definición de documento incrustado que puede almacenar la propiedad. -
Uses of EmbeddedDocumentType in adalid.core.data.types
Methods in adalid.core.data.types that return EmbeddedDocumentType Modifier and Type Method Description EmbeddedDocumentTypeStringData. getEmbeddedDocumentType()Methods in adalid.core.data.types with parameters of type EmbeddedDocumentType Modifier and Type Method Description voidStringData. setEmbeddedDocumentType(EmbeddedDocumentType type) -
Uses of EmbeddedDocumentType in adalid.core.enums
Methods in adalid.core.enums that return EmbeddedDocumentType Modifier and Type Method Description static EmbeddedDocumentTypeEmbeddedDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedDocumentType[]EmbeddedDocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-