org.memoeslink.CaseStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helper Show documentation
Show all versions of helper Show documentation
A Java library that provides utility to several classes.
The newest version!
package org.memoeslink;
public enum CaseStyle {
PASCAL_CASE,
CAMEL_CASE,
SNAKE_CASE,
KEBAB_CASE,
FLAT_CASE,
UPPER_FLAT_CASE,
PASCAL_SNAKE_CASE,
CAMEL_SNAKE_CASE,
SCREAMING_SNAKE_CASE,
TRAIN_CASE,
COBOL_CASE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy