| Package | Description |
|---|---|
| org.opencms.xml |
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
|
| Modifier and Type | Method and Description |
|---|---|
CmsXmlContentDefinition.SequenceType |
CmsXmlContentDefinition.getSequenceType()
Returns the sequence type of this content definition.
|
static CmsXmlContentDefinition.SequenceType |
CmsXmlContentDefinition.SequenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsXmlContentDefinition.SequenceType[] |
CmsXmlContentDefinition.SequenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|