public enum ElMethodParameterType extends Enum<ElMethodParameterType>
public static final ElMethodParameterType String
public static final ElMethodParameterType Number
public static final ElMethodParameterType Boolean
public static final ElMethodParameterType Object
public static final ElMethodParameterType None
public static ElMethodParameterType[] values()
for (ElMethodParameterType c : ElMethodParameterType.values()) System.out.println(c);
public static ElMethodParameterType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.