public static enum BeanTagAttribute.AttributeType extends Enum<BeanTagAttribute.AttributeType>
| Enum Constant and Description |
|---|
ANY |
BYTYPE |
DIRECT |
DIRECTORBYTYPE |
LISTBEAN |
LISTVALUE |
MAPBEAN |
MAPVALUE |
NOTSET |
SETBEAN |
SETVALUE |
SINGLEBEAN |
SINGLEVALUE |
| Modifier and Type | Method and Description |
|---|---|
static BeanTagAttribute.AttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanTagAttribute.AttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanTagAttribute.AttributeType ANY
public static final BeanTagAttribute.AttributeType BYTYPE
public static final BeanTagAttribute.AttributeType DIRECT
public static final BeanTagAttribute.AttributeType DIRECTORBYTYPE
public static final BeanTagAttribute.AttributeType SINGLEVALUE
public static final BeanTagAttribute.AttributeType SINGLEBEAN
public static final BeanTagAttribute.AttributeType LISTBEAN
public static final BeanTagAttribute.AttributeType LISTVALUE
public static final BeanTagAttribute.AttributeType MAPVALUE
public static final BeanTagAttribute.AttributeType MAPBEAN
public static final BeanTagAttribute.AttributeType SETVALUE
public static final BeanTagAttribute.AttributeType SETBEAN
public static final BeanTagAttribute.AttributeType NOTSET
public static BeanTagAttribute.AttributeType[] values()
for (BeanTagAttribute.AttributeType c : BeanTagAttribute.AttributeType.values()) System.out.println(c);
public static BeanTagAttribute.AttributeType 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 nullCopyright © 2005–2018 The Kuali Foundation. All rights reserved.