All Downloads are FREE. Search and download functionalities are using the official Maven repository.

extensions.JavaUtil.ext Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
import dom;

/**
* Java extensions to calculate a serialVersion UID matching the given type
*/
String serialVersionUID(dom::ComplexType type) :
JAVA org.openxma.dsl.generator.helper.JavaUtilExtension.serialVersionUID(org.openxma.dsl.dom.model.ComplexType);

/**
* Escapes and converts the first character of this String to lower
*/
String toVariableName(String name) :
JAVA org.openxma.dsl.generator.helper.JavaUtilExtension.toVariableName(java.lang.String);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy