Enum Class的使用
cn.taketoday.context.properties.source.ConfigurationPropertyName.Form
-
cn.taketoday.context.properties.source中ConfigurationPropertyName.Form的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.static ConfigurationPropertyName.Form[]ConfigurationPropertyName.Form.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明ConfigurationPropertyName.getElement(int elementIndex, ConfigurationPropertyName.Form form) Return an element in the name in the given form.ConfigurationPropertyName.getLastElement(ConfigurationPropertyName.Form form) Return the last element in the name in the given form.