Skip to main content
Skip table of contents

getDataType

Versionshinweise

17.2

 

Code

GROOVY
String getDataType(String fieldName)

Beschreibung

Bestimmt den Java-Datentyp eines Feldes.

 

Parameter

  • fieldName - Der Feldname des Feldes, dessen Datentyp bestimmt werden soll, im Format <Feldname.Entitätsname>.

     

Rückgabe

Der Java-Datantyp, zum Beispiel "java.lang.String".

Beispiele

GROOVY
String dataType = MetaDataUtils.getDataType("FreeText1.Activity");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.