public class EnumTypeInfo extends ClassTypeInfo
BIG_INT, BOOLEAN, BYTE, CHARACTER, DATE, DOUBLE, FLOAT, INT, LONG, NONE, NUMBER, OBJECT, OBJECT_ARRAY, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHARACTER, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, PRIMITIVE_VOID, RAW_CLASS, RAW_CONSUMER, RAW_ENUM_SET, RAW_FUNCTION, RAW_LIST, RAW_MAP, RAW_OPTIONAL, RAW_PREDICATE, RAW_SET, RAW_SUPPLIER, RUNNABLE, SHORT, STRING, STRING_ARRAY, VOID| Constructor and Description |
|---|
EnumTypeInfo(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
enumConstants() |
static String |
getName(Object e) |
boolean |
isEnum() |
append, asClass, equals, hashCode, is, shouldConvertnewArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcollectComponentClass, consolidate, createDefaultValue, getComponentType, getTypeTag, isArray, isAssignableFrom, isBoolean, isByte, isCharacter, isDouble, isFloat, isFunctionalInterface, isInstance, isInt, isInterface, isLong, isNot, isNumber, isObjectExact, isPrimitive, isShort, isString, isVoid, parampublic EnumTypeInfo(Class<?> type)
public boolean isEnum()
Class.isEnum()public List<Object> enumConstants()
Class.getEnumConstants()Copyright © 2025 HtmlUnit. All rights reserved.