
com.minlia.iot.signature.CaseControl Maven / Gradle / Ivy
package com.minlia.iot.signature;
/**
* Created by will on 9/20/17.
*/
public enum CaseControl {
/**
* 转换为大写
*/
TO_UPPER_CASE,
/**
* 转换为小写
*/
TO_LOWER_CASE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy