Uses of Class
org.molgenis.searchall.model.AttributeResult
-
Packages that use AttributeResult Package Description org.molgenis.searchall.model -
-
Uses of AttributeResult in org.molgenis.searchall.model
Methods in org.molgenis.searchall.model that return AttributeResult Modifier and Type Method Description static AttributeResultAttributeResult. create(String label, String description, String datatype)static AttributeResultAttributeResult. create(org.molgenis.data.meta.model.Attribute attr, String languageCode)Methods in org.molgenis.searchall.model that return types with arguments of type AttributeResult Modifier and Type Method Description abstract com.google.common.collect.ImmutableList<AttributeResult>EntityTypeResult. getAttributes()Method parameters in org.molgenis.searchall.model with type arguments of type AttributeResult Modifier and Type Method Description abstract EntityTypeResult.BuilderEntityTypeResult.Builder. setAttributes(List<AttributeResult> attributes)
-