public static enum I_CmsXmlContentHandler.DisplayType extends java.lang.Enum<I_CmsXmlContentHandler.DisplayType>
| Enum Constant and Description |
|---|
column
The two column type.
|
none
The default display type.
|
singleline
The single line type.
|
wide
The default wide display type.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsXmlContentHandler.DisplayType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsXmlContentHandler.DisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsXmlContentHandler.DisplayType column
public static final I_CmsXmlContentHandler.DisplayType none
public static final I_CmsXmlContentHandler.DisplayType singleline
public static final I_CmsXmlContentHandler.DisplayType wide
public static I_CmsXmlContentHandler.DisplayType[] values()
for (I_CmsXmlContentHandler.DisplayType c : I_CmsXmlContentHandler.DisplayType.values()) System.out.println(c);
public static I_CmsXmlContentHandler.DisplayType 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