private static enum DefaultTagDecorator.Mapper extends java.lang.Enum<DefaultTagDecorator.Mapper>
Enum Constant and Description |
---|
a |
body |
button |
form |
head |
img |
input |
label |
link |
script |
select |
textarea |
Modifier and Type | Field and Description |
---|---|
private DefaultTagDecorator.ElementConverter |
elementConverter |
Modifier and Type | Method and Description |
---|---|
static DefaultTagDecorator.Mapper |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultTagDecorator.Mapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultTagDecorator.Mapper a
public static final DefaultTagDecorator.Mapper img
public static final DefaultTagDecorator.Mapper body
public static final DefaultTagDecorator.Mapper head
public static final DefaultTagDecorator.Mapper label
public static final DefaultTagDecorator.Mapper script
public static final DefaultTagDecorator.Mapper link
public static final DefaultTagDecorator.Mapper form
public static final DefaultTagDecorator.Mapper textarea
public static final DefaultTagDecorator.Mapper button
public static final DefaultTagDecorator.Mapper select
public static final DefaultTagDecorator.Mapper input
private DefaultTagDecorator.ElementConverter elementConverter
public static DefaultTagDecorator.Mapper[] values()
for (DefaultTagDecorator.Mapper c : DefaultTagDecorator.Mapper.values()) System.out.println(c);
public static DefaultTagDecorator.Mapper 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 nullCopyright © 2002-2013 Oracle America, Inc. All Rights Reserved.