.. java:import:: org.caosdb.server.entity Message ListDatatype ============ .. java:package:: org.caosdb.server.datatype :noindex: .. java:type:: public class ListDatatype extends AbstractCollectionDatatype Constructors ------------ ListDatatype ^^^^^^^^^^^^ .. java:constructor:: public ListDatatype(AbstractDatatype datatype) :outertype: ListDatatype Methods ------- getCollectionName ^^^^^^^^^^^^^^^^^ .. java:method:: @Override public String getCollectionName() :outertype: ListDatatype getDatatype ^^^^^^^^^^^ .. java:method:: @Override public AbstractDatatype getDatatype() :outertype: ListDatatype getDatatypeName ^^^^^^^^^^^^^^^ .. java:method:: public String getDatatypeName() :outertype: ListDatatype parseValue ^^^^^^^^^^ .. java:method:: @Override public Value parseValue(Object value) throws Message :outertype: ListDatatype