接口 EnumType

所有超级接口:
Node, Type
所有已知实现类:
EnumTypeImpl

public interface EnumType extends Type
  • 方法详细资料

    • getJavaType

      Class<?> getJavaType()
    • getItems

      List<String> getItems()
    • hasDefinition

      default boolean hasDefinition()
      指定者:
      hasDefinition 在接口中 Type