Package org.molgenis.searchall.model
Class AttributeResult
- java.lang.Object
-
- org.molgenis.searchall.model.AttributeResult
-
-
Constructor Summary
Constructors Constructor Description AttributeResult()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static AttributeResultcreate(String label, String description, String datatype)static AttributeResultcreate(Attribute attr, String languageCode)abstract StringgetDataType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.molgenis.searchall.model.Described
getDescription, getLabel, isDescriptionMatch, isLabelMatch, isLabelOrDescriptionMatch
-
-
-
-
Method Detail
-
getDataType
public abstract String getDataType()
-
create
public static AttributeResult create(String label, String description, String datatype)
-
create
public static AttributeResult create(Attribute attr, String languageCode)
-
-