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

extensions.JavaUtil.ext Maven / Gradle / Ivy

The 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 - 2025 Weber Informatics LLC | Privacy Policy