Class StringDatatype
java.lang.Object
io.jmix.core.metamodel.datatype.impl.StringDatatype
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts value to String.Converts value to String taking into account local formats.Parses value from StringParses value from String taking into account local formatstoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.jmix.core.metamodel.datatype.Datatype
getId, getJavaClass
-
Constructor Details
-
StringDatatype
public StringDatatype()
-
-
Method Details
-
format
Description copied from interface:DatatypeConverts value to String. Returns an empty string for null value. -
format
Description copied from interface:DatatypeConverts value to String taking into account local formats. Returns an empty string for null value. -
parse
Description copied from interface:DatatypeParses value from String -
parse
Description copied from interface:DatatypeParses value from String taking into account local formats- Specified by:
parsein interfaceDatatype<String>- Throws:
ParseException
-
toString
-