public enum SlotPropertyName extends java.lang.Enum<SlotPropertyName>
target
attribute of
a SlotPoperty annotation.Enum Constant and Description |
---|
NAME
The "name" property of a
Slot . |
SLOT_TYPE
The "slotType" property of a
Slot . |
VALUES
The "values" property of a
Slot . |
Modifier and Type | Method and Description |
---|---|
static SlotPropertyName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlotPropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlotPropertyName NAME
Slot
.public static final SlotPropertyName SLOT_TYPE
Slot
.public static final SlotPropertyName VALUES
Slot
.public static SlotPropertyName[] values()
for (SlotPropertyName c : SlotPropertyName.values()) System.out.println(c);
public static SlotPropertyName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null