public static enum CmsXmlContentProperty.XmlNode extends java.lang.Enum<CmsXmlContentProperty.XmlNode>
Enum Constant and Description |
---|
FileList
Value file list node name.
|
Name
Container or property name node name.
|
Properties
Element properties node name.
|
String
Value string node name.
|
Uri
File list URI node name.
|
Value
Value node name.
|
Modifier and Type | Method and Description |
---|---|
static CmsXmlContentProperty.XmlNode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsXmlContentProperty.XmlNode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsXmlContentProperty.XmlNode FileList
public static final CmsXmlContentProperty.XmlNode Name
public static final CmsXmlContentProperty.XmlNode Properties
public static final CmsXmlContentProperty.XmlNode String
public static final CmsXmlContentProperty.XmlNode Uri
public static final CmsXmlContentProperty.XmlNode Value
public static CmsXmlContentProperty.XmlNode[] values()
for (CmsXmlContentProperty.XmlNode c : CmsXmlContentProperty.XmlNode.values()) System.out.println(c);
public static CmsXmlContentProperty.XmlNode 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