public enum ChildToDequeueType extends Enum<ChildToDequeueType>
Enum Constant and Description |
---|
BORDER |
GENERIC_COMPONENT |
MARKUP_CONTAINER |
NULL |
QUEUE_REGION |
Modifier and Type | Method and Description |
---|---|
static ChildToDequeueType |
fromChild(Component child) |
static ChildToDequeueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChildToDequeueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChildToDequeueType NULL
public static final ChildToDequeueType GENERIC_COMPONENT
public static final ChildToDequeueType MARKUP_CONTAINER
public static final ChildToDequeueType BORDER
public static final ChildToDequeueType QUEUE_REGION
public static ChildToDequeueType[] values()
for (ChildToDequeueType c : ChildToDequeueType.values()) System.out.println(c);
public static ChildToDequeueType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ChildToDequeueType fromChild(Component child)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.